Quit Method



 
The Quit method quits the SiteCafe Manager.


Syntax

    SiteCafe.Quit()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example quits the SiteCafe Manager.

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

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top