setBreakpointStopTime

Syntax

<Path>.setBreakpointStopTime(LineInBreakpointList:integer, StopTime:time or dateTime) → time

The method setBreakpointStopTime sets the Stop time at which the breakpoint of the EventController designated by <Path> will be deactivated.

Parameters

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

  • The parameter StopTime of data type time designates the time at which the breakpoint will be deactivated.

Return Value

The return value has the data type time.

Example

print EventController.setBreakpointStopTime(5,50)

Related Topic

getBreakpointStopTime