Enabled Property



 
The Enabled property indicates if the Hardware Watchdog plugin is enabled.


Syntax

    [bool=] SiteKiosk.Plugins("SiteDog").Enabled
Possible Values
    Boolean value that indicates if the Hardware Watchdog is active.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the Hardware Watchdog is enabled and shows it in an alert window.

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

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

Back to top