Click or drag to resize

TransportOrderStatus Enumeration

The status of an order to transport goods

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum TransportOrderStatus
Members
Member nameValueDescription
Unspecified0 The status is unknown
Pending1 The order is awaiting fulfillment
Kitting2 The ordered items are being gathered and readied for transport
Kitted3 The ordered items are ready to be transported, but have not yet departed the point of origination
InTransit4 The ordered items are in transit
Delivered5 The ordered items have been delivered to their final destination
See Also