getBreakpointType

Syntax

<Path>.getBreakpointType(LineInBreakpointList:integer) → string

The method getBreakpointType returns the Type of event for which the breakpoint of the EventController designated by <Path> is active.

Parameter

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

Return Value

The return value has the data type string.

Example

print EventController.getBreakpointType(6)

Related Topic

setBreakpointType