Enum DownloadState

Definition

Namespace:
Tizen.Content.Download
Assembly:
Tizen.Content.Download.dll
API Level:
3

Enumeration for the download states.

C#
Copy
public enum DownloadState
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.