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 = 1Information is not available for this section because the XIA Configuration Client was configured to not collect it.
Complete = 2The section is complete.
ComponentDisabled = 3Information is not available for this section because the component or feature is disabled.
Failed = 4Information is not available for this section because collection by the XIA Configuration Client failed.
NotAvailableOnClient = 7Information 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 = 6Information 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 = 5Information is not available for this section because the operating system or platform does not support the providing of this information.
NotInstalled = 8Information is not available for this section because the component or feature is not installed.
Unknown = 0The status of this section is unknown.