The status for a compare job.
[SerializableAttribute()]public enum CompareStatus
| Value | Member | Description | 
|---|---|---|
| 0 | Aborted | The compare job was aborted. | 
| 1 | Comparing | The compare job is currently comparing the documents. | 
| 2 | GeneratingReport | The compare job is currently generating a report from the diff set. | 
| 3 | Completed | The compare job has completed successfully. | 
| 4 | Failed | The compare job failed. |