IEtlPlainDataCopy.StopLimit

Fore Syntax

StopLimit: Integer;

Fore.NET Syntax

StopLimit: integer;

Description

The StopLimit property determines the maximum number of error records, exceeding which the task execution is stopped.

Comments

To determine whether the task must be stopped on exceeding the maximum number of error records, use the IEtlPlainDataCopy.UseStopLimit property.

Fore and Fore.NET Examples

The property use is given in the example for the IEtlPlainDataCopy.EventId property.

See also:

IEtlPlainDataCopy