OFF CYCLE

Cancels event branches defined by ON CYCLE.
 
 OFF CYCLE
 
Usage:
OFF CYCLE
IF Complete THEN OFF CYCLE
 
Example:           OFF CYCLE.BAS
 
Description:
Any CYCLE events that have been logged but not yet serviced, are canceled.
 
Execution of an OFF CYCLE statement within a subprogram will disable the ON CYCLE definition within the context of the subprogram, but when control is returned to the calling program the ON CYCLE definition is re-enabled.
 
See Also: