API 설명서 > Miscellaneous > Object ProMfgprocitem > Callback ProMfgprocitemVisitAction
Callback ProMfgprocitemVisitAction
Description
Visit action for the steps, operations and workcells in the manufacturing process table.
Synopsis
(*ProMfgprocitemVisitAction)
(
/* (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
Continue visiting.
Any other value
Stop visiting and return this error status from the visit function.
User Guide References
도움이 되셨나요?