TransportOrderStatus Enumeration |
The status of an order to transport goods
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum TransportOrderStatus
Public Enumeration TransportOrderStatus
MembersMember name | Value | Description |
---|
Unspecified | 0 |
The status is unknown
|
Pending | 1 |
The order is awaiting fulfillment
|
Kitting | 2 |
The ordered items are being gathered and readied for transport
|
Kitted | 3 |
The ordered items are ready to be transported, but have not yet departed the point of origination
|
InTransit | 4 |
The ordered items are in transit
|
Delivered | 5 |
The ordered items have been delivered to their final destination
|
See Also