Vizard 7 » Command Index » Vizard modules » viz » <viz>.pause
7.6

<viz>.pause

Pause simulation time

<viz>.pause()  

Remarks

This command will pause the simulation time. While simulation time is paused, timers will not be updated and the frame time will not increase.

To resume time use <viz>.play

Return Value

None

Example

viz.starttimer(0,1)

#No timers will expire until viz.play() is called
viz.pause()
.
.
.
viz.play()

See also

<viz>.play
<viz>.callback
<viz>.starttimer
<viz>.killtimer
<viz>.elapsed