←Select platform

IsPostOperation Property

Summary

Gets a value that indicates whether the engine has already run the operation.

Syntax
C#
C++/CLI
Python
public bool IsPostOperation {get;} 
public:  
   property bool IsPostOperation 
   { 
      bool get() 
   } 
IsPostOperation # get  (CompareJobRunnerEventArgs) 

Property Value

true if the engine has already run the operation; otherwise, false and the engine is about to run the operation.

Remarks

The CompareJobRunner.Operation event occurs twice per operation. First, with CompareJobRunnerEventArgs.IsPostOperation set to false to indicate that the operation is about to happen and then with CompareJobRunnerEventArgs.IsPostOperation set to true to indicate that the operation was performed.

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.