Click or drag to resize

TransportOrderStatus Enumeration

The status of an order to transport goods

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
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