Types of Compare runner operations.
| Value | Member | Description |
|---|---|---|
| 0 | BeginUpload | The compare runner is invoking DocumentFactory.BeginUpload on the output report. CompareJobRunnerEventArgs.Data will contain the UploadDocumentOptions that will be used. |
| 1 | Upload | The compare runner is invoking DocumentFactory.UploadDocument() on the output report |
| 2 | EndUpload | The compare runner is invoking DocumentFactory.EndUpload |