void stop()

Stops the watchdog timer

Security

Trust Level Required: Full Trust

Return

Nothing returned

Examples


window.addEventListener("beforeunload", function() {
	KioWatchdog.stop();
});

KioWatchdog.start(10, 20, false);

// Note: This is not needed if autofeed = true
setInterval(function() {
	KioWatchdog.feed();
}, 1000);

Requirements

KioWare OS (Linux®) version 1.0 or greater.


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