Restart Method



 
The Restart method closes and restarts the SiteKiosk browser.


Syntax

    SiteKiosk.Restart()
Return Value
    None.
Remarks
    While restarting, the grey Software Watchdog screen will be displayed.
Examples
    The following example restarts SiteKiosk.

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

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

Back to top