updateDownloadRequestSetStatus
open fun updateDownloadRequestSetStatus(requestSet: DownloadRequestSet, statusCode: Int, reasonCode: Int, downloadRequest: DownloadRequest, evaluateAllSegments: Boolean): Boolean
Updates the status of Download Request Set.
Return
true if updated.
Parameters
requestSet
the Download Request Set
statusCode
the new status of the download segment.
reasonCode
the reason code for the new status, if any.
downloadRequest
the new segment Download Request
evaluateAllSegments
if true, it makes sure to evaluate all download request segments to get the overall status.