Difference between revisions of "API System.WDTEnable"
From Flowcode Help
Jump to navigationJump to search (XML import of API routines for release) |
(No difference)
|
Revision as of 13:33, 2 September 2013
<sidebar>API Contents</sidebar>
Enables or disables the software watchdog during long operations
Contents
Parameters
BOOL Enable
- Set true to enable, false to disable
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::System.WDTEnable(false)
No additional examples