KioWatchdog Class

The KioWare watchdog monitors web pages and will reload or restart if it detects that the page has become unresponsive. This feature can be enabled in the Configuration Tool (Security / Watchdog Settings / Web App Monitoring) or via the following JavaScript functions.

Functions

Type Signature
void start(int, int, bool)
Starts the watchdog timer
void stop()
Stops the watchdog timer
void feed()
Feeds the watchdog timer to indicate that the page is still responsive

Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.