getBreakpointStopTime

Syntax

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

The method getBreakpointStopTime returns the time at which the breakpoint becomes inactive of the EventController designated by <Path>, i.e., the Stop 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.getBreakpointStopTime(3)

Related Topic

setBreakpointStopTime