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);
Table 103 – AbortProductionOrder Method Arguments
Argument Description
POToAbortThe Production Order to be aborted.
ExecutionFeedbackThe result of the execution of the method.