Gets the current processing stage of this COrder.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public OrderStage Stage { get; }
Visual Basic
Public ReadOnly Property Stage As OrderStage
	Get
Visual C++
public:
property OrderStage Stage {
	OrderStage get ();
}

Field Value

The stage will be one of those defined in the OrderStage enumeration.

Remarks

Stage is set automatically as the "Process Orders" actions in iMIS are performed on the order.

See Also