Show / Hide Table of Contents

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.
In This Article
Back to top Generated by DocFX