CloseStartedApplications Method



 
The CloseStartedApplications method closes all running applications that have been configured in the SiteKiosk configuration.


Syntax

    SiteKiosk.WindowList.CloseStartedApplications()
Return Value
    None.
Remarks
    This method only affects applications that will be closed when the SiteKiosk screensaver becomes active. You can define this modifying the window managment in the SiteKiosk configuration.
Examples
    The following example will close all running applications that have been configured.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.WindowList.CloseStartedApplications();
    </SCRIPT>
    

Applies to
    SiteKiosk v5.5 (and later versions).

Back to top