API System.WDTEnable
Appearance
<sidebar>API Contents</sidebar>
Enables or disables the software watchdog during long operations
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