IHostManufacturingChangeStatusManufacturingOrderAsync Method

Change the status of the production order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task ChangeStatusManufacturingOrderAsync(
	long id,
	ManufacturingOrderStatus status,
	bool changeLowerOrders = false,
	string reasonCode = null,
	string reasonDescription = null
)

Parameters

id  Int64
Production order identifier.
status  ManufacturingOrderStatus
ManufacturingOrderStatus with the state to set.
changeLowerOrders  Boolean  (Optional)
Indicates whether the state in lower orders is changed.
reasonCode  String  (Optional)
State change reason code.
reasonDescription  String  (Optional)
Descriptive text of the reason for the state change.

Return Value

Task
A task representing the asynchronous operation.

See Also