ActiveDownloads Property



 
The ActiveDownloads property contains the number of currently running or paused downloads.


Syntax

    [long=] SiteKiosk.Network.Downloads.ActiveDownloads
Possible Values
    Long value that retrieves the number of active downloads.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the number of currently active downloads in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Network.Downloads.ActiveDownloads);
    </SCRIPT>
    

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

Back to top