update Download Request Set Status
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
request Set
the Download Request Set
status Code
the new status of the download segment.
reason Code
the reason code for the new status, if any.
download Request
the new segment Download Request
evaluate All Segments
if true, it makes sure to evaluate all download request segments to get the overall status.