Started Property
The Started property indicates whether the server has been started.
Syntax
[bool=] SiteCafe.Server.Started
|
Possible Values
Boolean value that retrieves the started status.
|
The property is read only.
Remarks
Examples
The following example determines whether the server has been started and displays it.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Started);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top