8.38.4 CompleteProductionOrder Method

The CompleteProductionOrder Method is used to complete a production order in execution.

To execute the method, POOL will in turn invoke the CompleteProductionOrder method at the machine module identified by the input argument MachineModuleToComplete.

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

Signature

	CompleteProductionOrder(
	  [in]  ProductionOrderHeaderType		POToComplete,
	  [in]  0:String						MachineModuleUserName,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 105 - CompleteProductionOrder Method Arguments
Argument Description
POToCompleteThe Production Order Header to be completed.
MachineModuleUserNameThe user name of the machine module where the PO is completed. The machine module identifier is exposed in the UserName in the MachineModuleConfiguration of the machine module.
ExecutionFeedbackThe result of the execution of the method.