Click or drag to resize

DefectStatus Enumeration

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 enum DefectStatus
Members
  Member nameValueDescription
Unknown-1 A status has not yet been assigned to this defect.
Open0 The Defect is newly opened.
Closed1 The Defect lifecycle has been closed.
Fixed2 The Defect has been fixed.
False3 The Defect was falsely recorded.
Deleted4 The Defect has been deleted.
See Also