Enum ContentDeliveryService.DeliveryState
The state of the content delivery process.
Namespace: Unity.Entities.Content
Syntax
public enum DeliveryState
Fields
| Name | Description | Value |
|---|---|---|
| None | Content has not begun the dlivery process. |
0 |
| ResolvingLocation | The location is being resolved. |
1 |
| LocationResolved | The location has been resolved. |
2 |
| DownloadingContent | The content is downloading. |
3 |
| ContentDownloaded | The content has sucessfully downloaded and is in the cache. |
4 |
| Cancelled | The delivery was cancelled. |
5 |
| Failed | The delivery failed. |
6 |