Android.App.DownloadStatus Enumeration
Enumerates values returned by several types and taken as a parameter of the DownloadManager.Query.SetFilterByStatus member.

Syntax

public enum DownloadStatus

Remarks

Enumerates values returned by the following: and taken as a parameter of the DownloadManager.Query.SetFilterByStatus member.

Members

Member NameDescription
FailedValue of DownloadManager.ColumnStatus when the download has failed (and will not be retried).
PausedValue of DownloadManager.ColumnStatus when the download is waiting to retry or resume.
PendingValue of DownloadManager.ColumnStatus when the download is waiting to start.
RunningValue of DownloadManager.ColumnStatus when the download is currently running.
SuccessfulValue of DownloadManager.ColumnStatus when the download has successfully completed.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0