Click or drag to resize

TransportOrderStatus Enumeration

[This is preliminary documentation and is subject to change.]

The status of an order to transport goods

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