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