OnProgress(Task: IEtlTask; Progress: Integer);
Task. ETL task.
Progress. Task execution progress in percents.
The OnProgress method implements the event during ETL task execution.
To implement the event that occurs on ETL task error, use IEtlTaskExecutionEvents.OnError.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: