Enum AsyncComputeStatus
Enumeration of possible Status values in AsyncComputeResult<T>
Namespace: TinkState
Assembly: Nadako.TinkState.dll
Syntax
public enum AsyncComputeStatus
Fields
Name | Description |
---|---|
Done | The result has computed successfully. |
Failed | An error has happened during the computation. |
Loading | The result is not yet computed. |