Count Property
The Count property contains the number of active and finished downloads.
Syntax
[long=] SiteKiosk.Network.Downloads.Count
|
Possible Values
Long value that retrieves the number of downloads.
|
The property is read only.
Remarks
Examples
The following example shows the total number of downloads in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Network.Downloads.Count);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top