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