Enum DownloadState
Definition
- Assembly:
- Tizen.Content.Download.dll
Enumeration for the download states.
public enum DownloadState
Fields
Name | Description |
---|---|
Canceled | A user canceled the download request. |
Completed | The download is completed. |
Downloading | Currently downloading. |
Failed | The download failed. |
None | Unhandled exception. |
Paused | The download is paused and can be resumed. |
Queued | Queued to start downloading. |
Ready | Ready to download. |