IEtlTaskExecutionEvents.OnProgress

Syntax

OnProgress(Task: IEtlTask; Progress: Integer);

Parameters

Task. ETL task.

Progress. Task execution progress in percents.

Description

The OnProgress method implements the event during ETL task execution.

Comments

To implement the event that occurs on ETL task error, use IEtlTaskExecutionEvents.OnError.

Example

The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.

See also:

IEtlTaskExecutionEvents