IEtlExecutionCallback.OnProgress

Syntax

OnProgress(Progress: Integer);

Parameters

Progress. ETL task execution progress.

Description

The OnProgress method implements a general status event of ETL task execution.

Example

The example of use is given in the OnObject property.

See also:

IEtlExecutionCallback