getDownloadStatus

abstract 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.


abstract 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.