Click or drag to resize

UninstalledReason Enumeration

Reason why a component or material was uninstalled from a production unit

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum UninstalledReason
Members
Member nameValueDescription
DefectiveMaterial0 The component or material was defective, and had to be replaced.
DefectiveInstallation1 The component or material was not installed correctly, and had to be replaced or re-installed
IncorrectMaterial2 The wrong component or material was installed, and had to be replaced.
Other3 The component or material was uninstalled for a reason not covered by this enumeration.
See Also