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