Status Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for Status.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum Status
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type Status =
Public Enum Status
- Inheritance
-
Status
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | |
NotStartedButGroupsExist | 1 | |
Started | 2 | |
Failed | 3 | |
Cancelled | 4 | |
Completed | 5 |