IEtlTask.StopExecute

Fore Syntax

StopExecute;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IEtlTask