Occurs when pipeline processing is completed.
Event ID |
Objects |
---|---|
pbm_pipeend |
Pipeline |
None
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
You can use the PipeEnd event to check the status of pipeline processing.
The Start and Repair functions initiate pipeline processing.
For a complete example of using a Pipeline object, see Application Techniques.
This code in a Pipeline user object’s PipeEnd event reports pipeline status in a StaticText control:
ist_status.Text = "Finished Pipeline Execution ..."