bool ExitActionHandler(string)
Executes the exit action handler identified by password
Security
Trust Level Required: High Trust
Parameters
Name | Description |
password |
string The exit password. |
Return
True if the exit action handler was successful.
Remarks
This method bypasses a configured custom exit pattern. This eliminates a layer of security and should be used with caution. Exiting KioWare without the configured exit patterns sequences could cause potential security risks.
Examples
var passCode = getPassCode();
if(!KioApp.isSessionActive()) KioApp.ExitActionHandler(passCode);
Requirements
KioWare for Windows version 8.1 or greater.