Logout Method



 
The Logout method logs out.


Syntax

    SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient").Logout()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example logs out.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteCafe = SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient");
    SiteCafe.Logout();
    </SCRIPT>
    

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

Back to top