Version:
ConfigurationStatus Class
Represents the state of a collected configuration.
Inheritance Hierarchy
- object
- System.ValueType
- System.Enum
- Inedo.Extensibility.Configurations.ConfigurationStatus
Syntax
public
sealed
class
ConfigurationStatus : System.Enum
Fields
|
Name |
Description |
|
Current
|
The status is current.
|
|
Drifted
|
The status is drifted.
|
|
Unknown
|
The status is unknown or has not been collected yet.
|