Enum SectionStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The status for a section.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum SectionStatus
Fields
Bypassed = 1
Information is not available for this section because the XIA Configuration Client was configured to not collect it.
Complete = 2
The section is complete.
ComponentDisabled = 3
Information is not available for this section because the component or feature is disabled.
Failed = 4
Information is not available for this section because collection by the XIA Configuration Client failed.
NotAvailableOnClient = 7
Information is not available for this section because although the operating system or platform does support providing of this information, the platform on which the client is running does not.
NotAvailableOnObject = 6
Information is not available for this section because the object does not support the providing of this information or it is not relevant to this object.
NotAvailableOnPlatform = 5
Information is not available for this section because the operating system or platform does not support the providing of this information.
NotInstalled = 8
Information is not available for this section because the component or feature is not installed.
Unknown = 0
The status of this section is unknown.