Operation event that occurs while a job is running.
This event will be fired periodically when RunJob is called. The values of CompareJobRunnerEventArgs will change, depending on the CompareJobRunnerEventArgs.Operation type of the event.
The CompareJobRunner.Operation event occurs twice per operation. First, with CompareJobRunnerEventArgs.IsPostOperation set to false to indicate that the operation is about to happen, and then with CompareJobRunnerEventArgs.IsPostOperation set to true to indicate that the operation was performed.
Parameter | Type | Description |
sender | object | The source of the event |
e | CompareJobRunnerEventArgs | The event data |