void Exit()
Bypasses configured exit patterns and exits KioWare without prompting
Security
Trust Level Required: High Trust
Return
Nothing returned
Remarks
This method bypasses any clicking pattern and immediatley exits KioWare. This function should only be used in testing as it will exit KioWare without prompting the user for a passcode. This could cause potential security vulnerabilites such as unauthorized system access.
Examples
if(!KioApp.IsKeyboardShowing() && isDebug()) KioApp.Exit();
Requirements
KioWare for Windows version 8.1 or greater.