| 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_ERROR | | Continue visiting. |
| Any other value | | Stop visiting and return this error status from the visit function. |
|