Enum DownloadStatus
Enum which represents the status of the current download.
Namespace: Google.Apis.Download
Assembly: Google.Apis.dll
Syntax
public enum DownloadStatus
Fields
| Name | Description |
|---|---|
| Completed | The download was completed successfully. |
| Downloading | Data is being downloaded. |
| Failed | The download failed. |
| NotStarted | The download has not started. |