OnError(Task: IEtlTask;
Object: IEtlObject;
Excep: IException);
Task. ETL task.
Object. ETL task object.
Excep. Exception that may occur during working in the platform.
The OnError method implements on ETL task block error.
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.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: