PipeEnd

Description

Occurs when pipeline processing is completed.

Event ID

Event ID

Objects

pbm_pipeend

Pipeline


Arguments

None

Return Values

Long.

Return code choices (specify in a RETURN statement):

0 -- Continue processing

Usage

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 the section called “Building a Pipeline object” in Application Techniques.

Examples

This code in a Pipeline user object's PipeEnd event reports pipeline status in a StaticText control:

ist_status.Text = "Finished Pipeline Execution ..."

See also

PipeMeter

PipeStart