OnStartBlock(Task: IEtlTask);
Task. ETL task.
The OnStartTask method implements the event on ETL task start.
To implement the event that occurs on ETL task finish, use IEtlTaskExecutionEvents.OnEndTask.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: