CycleStop

Function - Sets the application in cycle stepping mode.

Inputs

IN : BOOL     Condition

Outputs

Q : BOOL      TRUE if performed

Remarks

This function turns the Virtual Machine in "Cycle Stepping" mode. Restarting normal execution will be performed using the debugger.

The VM is set in "cycle stepping" mode only if the IN argument is TRUE.

The current main program and all possibly called sub-programs or UDFBs are normally performed up the end. Other programs of the cycle are not executed.