←Select platform

IsCompleted Property

Summary

Indicates whether the compare operation has completed.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="isCompleted")] 
public bool IsCompleted {get; set;} 
public:  
   [DataMemberAttribute(Name=L"isCompleted")] 
   property bool IsCompleted 
   { 
      bool get() 
      void set(bool value) 
   } 
IsCompleted # get and set (CompareJobData) 

Property Value

true if the operation completed; otherwise, false.

Remarks

This property will only be set to true if CompareJobData.JobState is set to CompareStatus.Completed.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly

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