8.5.2 AbortProductionOrder Method

The AbortProductionOrder method is used to abnormally terminate, or abort, a production order that is in execution or starting or completing. Aborting cannot be reversed or undone.

The signature of this Method is specified below. Table 30 specifies the Arguments representation.

Signature

	AbortProductionOrder (
	  [in]  ProductionOrderHeaderType		POToAbort,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 30 – AbortProductionOrder Method Arguments
Argument Description
POToAbortThe production order to be aborted. The argument is unnecessary for execution (since at most one production order can be executed at any time in the machine module) but provided as a safety net since aborting cannot be reversed.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.