PauseSimulation
Call this function when the script needs to Pause the simulation e.g. when a pending issue is detected in the script the Simulation can be paused to trap this. The Pause button will change to Resume as it does on a manual pause.
Note that, once paused, the simulation can only be un-paused manually or with a Macro as all timers and events in the Simulation are also paused.
Function
void PauseSimulation();
Parameters
None
Return Value
None
Example
PauseSimulation();