Engage Engine API  1.246.9086
Loading...
Searching...
No Matches
Watchdog Enable/Disable

Variables

static const int ENGAGE_WATCHDOG_ENABLE = 1
 Enables the watchdog - has no effect if the watchdog is disabled in the policy configuration.
 
static const int ENGAGE_WATCHDOG_DISABLE = 0
 Disables the watchdog - has no effect if the watchdog is disabled in the policy configuration.
 

Detailed Description

These are simply inputs to engageEnableWatchdog() representing TRUE and FALSE values.

See also
engageEnableWatchdog

Variable Documentation

◆ ENGAGE_WATCHDOG_DISABLE

const int ENGAGE_WATCHDOG_DISABLE = 0
static

Disables the watchdog - has no effect if the watchdog is disabled in the policy configuration.

Definition at line 166 of file EngageConstants.h.

◆ ENGAGE_WATCHDOG_ENABLE

const int ENGAGE_WATCHDOG_ENABLE = 1
static

Enables the watchdog - has no effect if the watchdog is disabled in the policy configuration.

Definition at line 164 of file EngageConstants.h.