bool exitActionHandler(string passcode)

Executes the exit action handler identified by password

Security

Trust Level Required: Full Trust

Parameters

Name Description
passcode 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.

Examples


if(!KioApp.isSessionActive()) KioApp.exitActionHandler("My passcode");

Requirements

KioWare OS (Linux®) version 1.0 or greater.


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