Occurs when pipeline processing begins.
Event ID |
Objects |
---|---|
pbm_pipestart |
Pipeline |
None
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
You can use the PipeStart 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 PipeStart event reports pipeline status in a StaticText control:
ist_status.Text = "Beginning Pipeline Execution ..."