Object ProMfgprocitem

Callback ProMfgprocitemVisitAction


Description
Visit action for the steps, operations and workcells in the manufacturing process table.
Synopsis
#include <ProMfgproctable.h>
ProError(*ProMfgprocitemVisitAction)(
ProMfgprocItem* item
/* (In)
The manufacturing process table step, operation or workcell.
*/
ProError error
/* (In)
Error return passed from the filter action.
*/
ProAppData app_data
/* (In)
Application data passed to the function.
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
Any other valueStop visiting and return this error status from the visit function.

Manual References:

  1. Production Applications: NC Process Manager: Visiting Steps, Operations and Workcells