void RestartKioware(bool)

Causes the KioWare process to exit and restart

Security

Trust Level Required: Full Trust

Parameters

Name Description
waitForSessionEnd bool
If true, wait for the session to end before restarting. If false, restart immediately.

Return

Nothing returned

Examples


var waitForSessionEnd = true;
setTimeout(function(){
    KioApp.RestartKioWare(waitForSessionEnd);
}, 2000);
    

Requirements

KioWare for Windows version 8.14 or greater.