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.
The example of use is given in description of the OnObject method.
See also: