Enum FileDownloadStatus
Represents the status of a download.
Namespace: Esri.ArcGISRuntime.Toolkit
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public enum FileDownloadStatus
Fields
| Name | Description |
|---|---|
| Cancelled | The download has been cancelled. |
| Completed | The download is has completed successfully. |
| Downloading | The download is currently running. |
| Error | The download has an error. |
| Paused | The download is currently paused. |
| Queued | The download is started and currently waiting for space in the queue. |
| Resuming | The download is currently resuming. |
| Starting | The download is starting. |