StopExecute;
The StopExecute method stops ETL task execution.
Stopping of ETL task execution is useful, for example, on a large volume of copied data from source to consumer because data extract and insert operations can use considerable amount of resources that may lead to operating system slowdown or freeze.
To execute ETL task, use IEtlTask.Execute.
The method use is given in the example for IEtlTask.ShowInfoBox.
See also: