TransportOrderStatus Enumeration |
An enumeration indicating the current status or condition of a
TransportOrder.
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 TransportOrderStatus
Public Enumeration TransportOrderStatus
public enum class TransportOrderStatus
type TransportOrderStatus
Members
| Member name | Value | Description |
---|
| Pending | 2 |
The order is not yes visible to stock room personnel.
|
| Active | 3 |
The order is visible to stock room personnel, but execution of the order has not yet commenced.
|
| Executing | 4 |
Execution of the order has commenced, and is in progress.
|
| OnHold | 5 |
The order has been placed on hold, is no longer visible to stock room personnel, and may not be executed.
|
| Executed | 6 |
The order has been fully picked, and is out for delivery.
|
| Delivered | 7 |
The order has been delivered to its destination.
|
| Canceled | 8 |
The order has been cancelled.
|
See Also