CompareStatus Enumeration

Summary

The status for a compare job.

Syntax
TypeScript
JavaScript
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.
Requirements

Target Platforms

See Also

Reference

lt.Document.Compare Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.