Gets the current processing stage of this COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public OrderStage Stage { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Stage As OrderStage |
| 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.