Vixen
02b45cc4
csharp
public enum BackgroundTaskState

Where a piece of background work has got to.

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

Fields and properties (4)

  • Running

    Still going.

  • Completed

    It finished.

  • Failed

    It threw.

  • Cancelled

    It was stopped.

Used by (4)

  • BackgroundTaskVixen.Editor.Ui
  • BackgroundTaskManagerVixen.Editor.Ui
  • EditorShellVixen.Editor.Ui
  • ServiceTestsVixen.Editor.Ui.Tests