Enabled Property



 
The Enabled property indicates whether logging is enabled.


Syntax

    [bool=] SiteKiosk.Logfile.Enabled
Possible Values
    Boolean value that retrieves the logging status.

    The property is read only.
Remarks
    None.
Examples
    The following example determines whether logging is enabled and displays it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Logfile.Enabled);
    </SCRIPT>

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

Back to top