Enum AssetLibraryJobState
The current state of an IAssetLibraryJob.
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public enum AssetLibraryJobState
Fields
Name | Description |
---|---|
Active | The job is in progress. See Progress for current progress. |
Completed | The job has finished. See CopiedAssetDescriptor for resulting asset. |
Delayed | The job is delayed. |
Failed | The job has failed. See FailedReason for details. |
Prioritized | The job is prioritized on the queue. |
Unknown | An unknown job state. This is used when the job state is not recognized or not set. |
Waiting | The job is waiting for dependencies to finish processing. |