csharp
public enum BackgroundTaskStateWhere 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)
RunningStill going.
CompletedIt finished.
FailedIt threw.
CancelledIt was stopped.
Used by (4)
- BackgroundTaskVixen.Editor.Ui
- BackgroundTaskManagerVixen.Editor.Ui
- EditorShellVixen.Editor.Ui
- ServiceTestsVixen.Editor.Ui.Tests