The UnAssignProductionOrder Method is used to unassign a production order previously assigned to an infeed machine module. It reverses the effect of the AssignProductionOrder method when the production order is not yet in execution.
To execute the method, POOL will in turn invoke the UnAssignProductionOrder method at all the machine modules where the production order is present in the AssignedProductionOrders.
The signature of this Method is specified below.
Signature
UnassignProductionOrder(
[in] ProductionOrderHeaderType POToUnassign,
[out] MethodExecutionFeedbackType ExecutionFeedback);
Table 111 - UnassignProductionOrder Method Arguments
Argument |
Description |
POToUnassign |
The Production Order Header for the Production Order to be unassigned. |
ExecutionFeedback |
The result of the execution of the method. |