void exit()
Bypasses configured exit patterns and exits KioWare without prompting for a passcode
Security
Trust Level Required: Full Trust
Return
Nothing returned
Remarks
This function should only be used in testing as it will exit KioWare without prompting for a passcode. This could cause security vulnerabilites, such as unauthorized system access.
Examples
var isDebug = true;
if(isDebug) KioApp.exit();
Requirements
KioWare OS (Linux®) version 1.0 or greater.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.