PipeStart

Description

Occurs when pipeline processing begins.

Event ID

Event ID

Objects

pbm_pipestart

Pipeline

Arguments

None

Returns

Long. Return code choices (specify in a RETURN statement):

Usage

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.

Examples

Example 1

This code in a Pipeline user object’s PipeStart event reports pipeline status in a StaticText control:

ist_status.Text = "Beginning Pipeline Execution ..."

See also