WaitTime Property



 
The WaitTime property contains the period of idle time after which the screensaver will be activated.


Syntax

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

    The property is read only.
Remarks
    The wait time can be defined in the SiteKiosk configuration.
Examples
    The following example shows the seconds to wait in an alert window.

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

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

Back to top