Click or drag to resize

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
Members
  Member nameValueDescription
Pending2 The order is not yes visible to stock room personnel.
Active3 The order is visible to stock room personnel, but execution of the order has not yet commenced.
Executing4 Execution of the order has commenced, and is in progress.
OnHold5 The order has been placed on hold, is no longer visible to stock room personnel, and may not be executed.
Executed6 The order has been fully picked, and is out for delivery.
Delivered7 The order has been delivered to its destination.
Canceled8 The order has been cancelled.
See Also