OnSetResult(nTotalRec: Integer, nErrorRec: Integer);
nTotalRec. Number of processed records.
nErrorRec. Number of records skipped due to error.
The OnSetResult method implements the event that is used to set ETL task execution result.
Examples of use are given in description of the OnObject method.
See also: