IdleTime Property



 
The IdleTime property contains the period of time SiteKiosk is idle.


Syntax

    [long=] SiteKiosk.ScreenSaver.IdleTime
Possible Values
    Long value that retrieves the number of milliseconds.

    The property is read only.
Remarks
    This property is reset each time SiteKiosk is reactivated.
Examples
    The following example shows the idle time in an alert window.

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

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

Back to top