8.5.8 UnassignProductionOrder Method
The UnassignProductionOrder method is used to remove the specified production order from AssignedProductionOrders[] of an infeed machine module.
The signature of this Method is specified below. Table 36 specifies the Arguments representation.
Signature
UnassignProductionOrder (
[in] ProductionOrderHeaderType POToUnassign,
[out] MethodExecutionFeedbackType ExecutionFeedback);| Argument | Description |
| POToUnassign | The production order to be unassigned at the machine module. |
| ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |