←Select platform

RunJob Method

Summary

Runs the compare job.

Syntax
C#
C++/CLI
Python
public void RunJob( 
   CompareJobData data 
) 
public:  
   void RunJob( 
      CompareJobData^ data 
   ) 
def RunJob(self,data): 

Parameters

data

Information and options for the job to be run. This value must not be null.

Remarks

Prepare must be called before calling this method.

Run will perform the following tasks:

  1. Runs the job specified with the provided data.
  2. Monitors and updates the status in the cache.
  3. Checks whether the user aborted the job.
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.