CycleStop
FunctionA function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. - Sets the application in cycle stepping mode.
Inputs
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.