The IEtlExecutionCallback interface contains methods used to execute ETL task events.
Methods of this interface should be redefined in custom class.
| Method name | Brief description | |
| OnObject | The OnObject method implements events to execute ETL task object. | |
| OnProgress | The OnProgress method implements a general status event of ETL task execution. | |
| OnSetResult | The OnSetResult method implements event used to set ETL task execution result. |
See also: