KioWatchdog Class

The purpose of KioWatchdog is to provide a way for users to injet JavaScript code into their pages that makes sure the page is still functional and, if not functional, provides a means to correct it.

Functions

Type Signature
void start(int, int, bool)
Starts the watchdog timer.
void stop()
Stops the watchdog timer.
void feed()
Feeds the watchdog in order to repress his hunger for evasive action.