BatchPriority Enumeration |
An enumeration indicating the priority or relative importance of a batch as compared to other batches.
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 BatchPriority
Public Enumeration BatchPriority
public enum class BatchPriority
Members
| Member name | Value | Description |
---|
| Low | 0 |
The batch is of low priority.
|
| Normal | 1 |
The batch is of normal priority.
|
| High | 2 |
The batch is of high priority, and should be expedited.
|
See Also