API System.WDTEnable

From Flowcode Help
Revision as of 13:33, 2 September 2013 by JonnyW (talk | contribs) (XML import of API routines for release)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API Contents</sidebar> Enables or disables the software watchdog during long operations

Class hierarchy

System

WDTEnable

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