OnEndTask(Task: IEtlTask; Duration: Integer; TotalRec: Integer; ErrorRec: Integer);
Task. ETL task.
Duration. Task execution time in milliseconds.
TotalRec. Total number of processed records.
ErrorRec. Total number of error (skipped) records.
The OnEndTask method implements the event that occurs after ETL task is finished.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: