Object ProMfgprocitem

Callback ProMfgprocitemFilterAction


Description
Filter action for the steps, operations and workcells in the manufacturing process table.
Synopsis
#include <ProMfgproctable.h>
ProError(*ProMfgprocitemFilterAction)(
ProMfgprocItem* item
/* (In)
The manufacturing process table step, operation or workcell.
*/
ProAppData app_data
/* (In)
Application data passed to the function.
*/
)
Returns
PRO_TK_CONTINUESkip visiting this item.
Any other valueVisit this item, passing the error status to the visit action.

Manual References:

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