bool ExitPrompt()
Bypasses configured exit patterns and displays the exit passcode prompt
Security
Trust Level Required: High Trust
Return
True if the exit prompt is shown.
Remarks
Exiting KioWare without the configured exit patterns sequences could cause potential security risks.
Examples
if(!KioApp.IsKeyboardShowing() && isDebug()) KioApp.ExitPrompt();
Requirements
KioWare for Windows version 8.1 or greater.