Execute(Callback: IEtlExecutionCallback);
Callback. Object that notifies about the process of ETL task execution.
The Execute method executes ETL task.
To stop ETL task execution, use IEtlTask.StopExecute.
The method use is given in the example for IEtlExecutionCallback.OnObject.
See also: