Enum AsyncOperationStatus
Options for IAsyncOperations status values
Namespace: UnityEngine.ResourceManagement.AsyncOperations
Syntax
public enum AsyncOperationStatus
Fields
Name | Description | Value |
---|---|---|
None | Use to indicate that the operation is still in progress. |
0 |
Succeeded | Use to indicate that the operation succeeded. |
1 |
Failed | Use to indicate that the operation failed. |
2 |