RunState enum
This is not a Flags enum because we don't want to set multiple states on a build. However, when adding values, please stick to powers of 2 as if it were a Flags enum. This will make it easier to query multiple states.
Fields
Unknown = 0 | |
InProgress = 1 | |
Canceling = 2 | |
Completed = 4 |