Enum ContentDownloadService.State
The state of a content download.
Namespace: Unity.Entities.Content
Assembly: solution.dll
Syntax
public enum ContentDownloadService.State
Fields
| Name | Description |
|---|---|
| Cancelled | The download was cancelled. |
| Complete | The download is completed and is successful. |
| Downloading | The download is in progress. |
| Failed | The download failed. |
| None | The download has not been requested. |
| Queued | The download is in the queue to be processed. |