Computers Object



 
The Computers object handles the available computers.


Members Table

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