IEtlTaskExecutionEvents.OnStartTask

Syntax

OnStartBlock(Task: IEtlTask);

Parameters

Task. ETL task.

Description

The OnStartTask method implements the event on ETL task start.

Example

The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.

See also:

IEtlTaskExecutionEvents