| Member Name | Description |
|---|---|
| Failed | Value of DownloadManager.ColumnStatus when the download has failed (and will not be retried). |
| Paused | Value of DownloadManager.ColumnStatus when the download is waiting to retry or resume. |
| Pending | Value of DownloadManager.ColumnStatus when the download is waiting to start. |
| Running | Value of DownloadManager.ColumnStatus when the download is currently running. |
| Successful | Value of DownloadManager.ColumnStatus when the download has successfully completed. |