8.38.2 AbortProductionOrder Method
The AbortProductionOrder Method is used to abort a production order that is in execution or starting or completing in the production line.
To execute the method, POOL will in turn invoke the AbortProductionOrder method at all the machine modules where the production order is present in the arrary AssignedProductionOrders.
The signature of this Method is specified below. Table 103 specifies the Arguments representation.
Signature
AbortProductionOrder(
[in] ProductionOrderHeaderType POToAbort,
[out] MethodExecutionFeedbackType ExecutionFeedback);| Argument | Description |
| POToAbort | The Production Order to be aborted. |
| ExecutionFeedback | The result of the execution of the method. |