Stop Method



 
The Stop method stops the server.


Syntax

    SiteCafe.Server.Stop()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example stops the server.

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

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

Back to top