IEtlTask.StopExecute

Syntax

StopExecute;

Description

The StopExecute method stops ETL task execution.

Comments

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.

Example

The method use is given in the example for IEtlTask.ShowInfoBox.

See also:

IEtlTask