setBreakpointType

Syntax

<Path>.setBreakpointType(LineInBreakpointList:integer, EventType:string) → string

The method setBreakpointType sets the type of Type of event for which the breakpoint of the EventController designated by <Path> is active.

Parameters

  • The parameter LineInBreakpointList of data type integer designates the line of the breakpoint in the breakpoint list.

  • The parameter EventType of data type string designates the type of event for which the breakpoint will be active.

Return Value

The return value has the data type string.

Example

print EventController.setBreakpointType(2,"Pause")

Related Topic

getBreakpointType