getBreakpointStartTime

Syntax

<Path>.getBreakpointStartTime(LineInBreakpointList:integer) → time

The method getBreakpointStartTime returns the time at which the breakpoint becomes active of the EventController designated by <Path>, i.e., the Start time.

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 time.

Example

print EventController.getBreakpointStartTime(5)

Related Topic

setBreakpointStartTime