CompareStatus Enumeration (original) (raw)
Summary
The status for a compare job.
Syntax
lt.Document.Compare.CompareStatus = {
aborted: 0,
comparing: 1,
generatingReport: 2,
completed: 3,
failed: 4
}
lt.Document.Compare.CompareStatus = {
aborted: 0,
comparing: 1,
generatingReport: 2,
completed: 3,
failed: 4
}
Members
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. |