RemoveAll Method
The RemoveAll method terminates all existing downloads.
Syntax
SiteKiosk.Network.Downloads.RemoveAll()
|
Return Value
Remarks
Examples
The following example terminates all existing downloads.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Network.Downloads.RemoveAll();
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top