OnEndTask(Task: IEtlTask;
Duration: Integer;
TotalRec: Integer;
ErrorRec: Integer);
OnEndTask(Task: Prognoz.Platform.Interop.Etl.IEtlTask;
Duration: integer;
TotalRec: integer;
ErrorRec: integer);
Task. ETL task
Duration. Block execution time in milliseconds
TotalRecIn. Number of records at input
TotalRecOut. Number of records at output
ErrorRec. Number of skipped error records at output.
The OnEndTask method implements ETL task finish event.
To implement the event that occurs on ETL task start, use IEtlTaskExecutionEvents.OnStartTask.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: