TransportOrderPriority Enumeration |
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 TransportOrderPriority
Public Enumeration TransportOrderPriority
public enum class TransportOrderPriority
type TransportOrderPriority
Members
| Member name | Value | Description |
---|
| Low | 0 |
The order is of low priority.
|
| Normal | 1 |
The order is of medium (normal) priority.
|
| High | 2 |
The order is of high priority, and should be expedited.
|
See Also