Stop Method
The Stop method stops the server.
Syntax
Return Value
Remarks
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