CompletedStatus Enumeration |
An enumeration indicating whether or not a production unit (represented by an
Item)
has completed through all operations of its most recent active process.
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 CompletedStatus
Public Enumeration CompletedStatus
public enum class CompletedStatus
Members
| Member name | Value | Description |
---|
| Complete | 0 |
The Item has completed its most recent active process.
|
| Incomplete | 1 |
The Item has not yet completed its most recent active process.
|
See Also