getDownloadStatus

open fun getDownloadStatus(requestSetKey: Long): DownloadStatus

Queries the overall download status of the specified download request set.

Return

the overall download status

Parameters

requestSetKey

the unique identifier to the download request.


open fun getDownloadStatus(requestSet: DownloadRequestSet): DownloadStatus

Queries the overall download status of the specified download request set.

Return

the overall download status

Parameters

requestSet

reference to the download request set.