IHostManufacturingChangeStatusManufacturingOrderAsync Method
Change the status of the production order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task ChangeStatusManufacturingOrderAsync(
long id,
ManufacturingOrderStatus status,
bool changeLowerOrders = false,
string reasonCode = null,
string reasonDescription = null
)
Function ChangeStatusManufacturingOrderAsync (
id As Long,
status As ManufacturingOrderStatus,
Optional changeLowerOrders As Boolean = false,
Optional reasonCode As String = Nothing,
Optional reasonDescription As String = Nothing
) As Task
- 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.
TaskA task representing the asynchronous operation.