Enum AsyncOp.State
The current state of the asynchronous operation
Namespace: Unity.PSN.PS5.Aysnc
Syntax
public enum State
Fields
| Name | Description |
|---|---|
| Created | Operation has been created and is inactive |
| Error | Operation has finished with an error |
| Running | Operation is current running |
| Scheduled | Operation is scheduled to be run |
| Success | Operation has finished successfully |
| WaitingForSequence | Operation has completed but it waiting for a dependent operation to complete |