Pause Method
The Pause method pauses the download.
Syntax
SiteKiosk.Network.Downloads.Item(index).Pause()
|
Return Value
Remarks
Examples
The following example pauses the first existing download.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Network.Downloads.Item(1).Pause();
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top