Vixen
02b45cc4
csharp
public enum AsyncStatus

Where an asynchronous derivation has got to.

No guide page documents this yet — the page shows what the code says about itself.

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 (3)

  • AsyncComputedVixen.Ui.Reactive
  • AsyncComputedTestsVixen.Ui.Reactive.Tests
  • AsyncValueVixen.Ui.Reactive