Enum ThunkStatus
The status of the thunk.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public enum ThunkStatus
Fields
| Name | Description |
|---|---|
| Fulfilled | The thunk has been fulfilled. |
| Pending | The thunk is pending. |
| Rejected | The thunk has been rejected. |