pauseDownload

open fun pauseDownload(requestSet: DownloadRequestSet): DownloadStatus

Pauses download of the specified request set, if it is not already paused.

Return

the new status of download request set.

Parameters

requestSet

reference to the download request to be paused.


open fun pauseDownload(requestSetKey: Long): DownloadStatus

Pauses download of the specified request set, if it is not already paused.

Return

the new status of download request set.

Parameters

requestSetKey

the unique identifier to the download request.