IEtlTaskExecutionEvents.OnError

Syntax

OnError(Task: IEtlTask;

        Object: IEtlObject;

        Excep: IException);

Parameters

Task. ETL task.

Object. ETL task object.

Excep. Exception that may occur during working in the platform.

Description

The OnError method implements on ETL task block error.

Comments

ETL task block is a set of two objects and a link between them in the ETL task.

To implement the event that occurs on opening ETL task execution progress window, use IEtlTaskExecutionEvents.OnProgress.

Example

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

See also:

IEtlTaskExecutionEvents