PauseTime Property

See Also Applies To Example Model

Sets or returns the number of simulation time steps after Play method is executed. After PauseTime time steps are executed, the Pause method is triggered. Read/write Long.

Example

The following example runs a simulation through 20000 time steps until executing pause mode.

World.Sim.PauseTime=20000
World.Sim.Play