DataRoomBulkDownloadStatus
Normalized lifecycle states for bulk download jobs.
enum DataRoomBulkDownloadStatus {
NEW
STARTED
DONE
DELETED
ERROR
UNKNOWN
}
Values
DataRoomBulkDownloadStatus.NEW
The bulk download has been created and is queued for processing.
DataRoomBulkDownloadStatus.STARTED
The bulk download is currently being processed.
DataRoomBulkDownloadStatus.DONE
Processing is complete and the zip file is ready for download.
DataRoomBulkDownloadStatus.DELETED
The bulk download has expired and its files have been deleted.
DataRoomBulkDownloadStatus.ERROR
An error occurred during the processing of the bulk download.
DataRoomBulkDownloadStatus.UNKNOWN
The upstream status string is unrecognized by this service.
Member Of
DataRoomBulkDownload object