csharp
public enum AsyncStatusWhere an asynchronous derivation has got to.
Fields and properties (3)
LoadingThe work is running. A value may be present from a previous run.
SuccessThe work finished and Value is its result.
FailureThe work threw and Error says why.
Used by (6)
- AsyncArrivalTestsVixen.Ui.Controls.Tests
- AsyncComputedVixen.Ui.Reactive
- AsyncComputedTestsVixen.Ui.Reactive.Tests
- AsyncGuestVixen.Ui.Controls.Tests
- AsyncValueVixen.Ui.Reactive
- RefreshableReachTestsVixen.Ui.Controls.Tests