Click or drag to resize

SymptomStatus Enumeration

An enumeration representing the status of a Symptom.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum SymptomStatus
Members
  Member nameValueDescription
Open0 The Symptom is newly opened.
Closed1 The lifecycle of the Symptom has been closed.
Fixed2 The Symptom has been fixed.
False3 The Symptom was falsely recorded.
Deleted4 The Symptom has been deleted.
See Also