ProductionPlanningStatus Enumeration |
An enumeration indicating the current status of a
Batch with regards to material planning.
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 ProductionPlanningStatus
Public Enumeration ProductionPlanningStatus
public enum class ProductionPlanningStatus
type ProductionPlanningStatus
Members
| Member name | Value | Description |
---|
| Unplanned | 0 |
The batch has not yet been planned.
|
| PartiallyPlanned | 1 |
The batch has been partially, but not fully planned.
|
| Planned | 2 |
The batch has beeen fully planned.
|
See Also