To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
OFF TIME - Cancels event branches defined by ON TIME.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
OFF TIME
Cancels event branches defined by ON TIME.
OFF TIME
Usage:
IF Clock THEN OFF TIME
Example:
OFF TIME.BAS
Description:
OFF TIME
cancels any pending
ON TIME
events within the context it is executed in (Main or Subprogram).
See Also:
ENABLE
,
DISABLE
,
ON TIME
,
SYSTEM PRIORITY