Vixen
dd8b0a81
csharp
public enum AsyncStatus

Where an asynchronous derivation has got to.

Read the guide page for this →

Fields and properties (3)

  • Loading

    The work is running. A value may be present from a previous run.

  • Success

    The work finished and Value is its result.

  • Failure

    The 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