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