Function - Sets the application in cycle stepping mode.
IN : BOOL Condition
Q : BOOL TRUE if performed
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.