startPause (material flow objects)

Syntax

<Path>.startPause
<Path>.startPause(TimeSpan:time)

The method startPause pauses the object designated by <Path>. The method sets the attribute Pause to true.

Parameter

The parameter TimeSpan of data type time designates the time after which, in relation to the simulation time, the object returns to the non-paused state.

The time interval has to be equal to or greater than zero.

Example

@.startPause
@.startPause(60)

Related Topics

endPause

endPauseIn

Paused