Computers Object
The Computers object handles the available computers.
Members Table
The following table lists the members provided by the Computers object.
Remarks
This object is available through the object Server.
Use the Computers object to handle available computers.
Examples
The following example deletes the first available computer.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteCafe.Server.Computers.Delete(1));
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top