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.245.0.0 (8.245.0.0)
Syntax public enum SymptomStatus
Public Enumeration SymptomStatus
public enum class SymptomStatus
Members
| Member name | Value | Description |
---|
| Open | 0 |
The Symptom is newly opened.
|
| Closed | 1 |
The lifecycle of the Symptom has been closed.
|
| Fixed | 2 |
The Symptom has been fixed.
|
| False | 3 |
The Symptom was falsely recorded.
|
| Deleted | 4 |
The Symptom has been deleted.
|
See Also