Enum WindowsFeatureStatus
Enumerates the possible states of an optional Windows feature.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public enum WindowsFeatureStatus
Fields
Name | Description |
---|---|
Disabled | The feature is disabled. |
Enabled | The feature is enabled. |
EnabledPending | The feature is currently partially installed and will be enabled after Windows is restarted. |
Unknown | The feature status couldn't be determined. |