An enumeration representing the status of a
Defect.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration DefectStatus
public enum class DefectStatus
Members
| Member name | Value | Description |
---|
| Unknown | -1 |
A status has not yet been assigned to this defect.
|
| Open | 0 |
The Defect is newly opened.
|
| Closed | 1 |
The Defect lifecycle has been closed.
|
| Fixed | 2 |
The Defect has been fixed.
|
| False | 3 |
The Defect was falsely recorded.
|
| Deleted | 4 |
The Defect has been deleted.
|
See Also