UseStopLimit: Boolean;
The UseStopLimit property determines whether it is necessary to stop executing the task on exceeding the maximum number of error records.
Available values:
True. When the maximum number of error records is exceeded, task execution is stopped.
False. When the maximum number of error records is exceeded, task execution is not stopped.
To set the number of error records, use the IEtlPlainDataCopy.StopLimit property.
The property use is given in example for the IEtlPlainDataCopy.EventId property.
See also: