runCompareJob Method

Summary

Runs the compare job.

Syntax
TypeScript
JavaScript
runCompareJob = function( 
   jobData 
) 
static runCompareJob( 
   jobData: ServiceCompareJobData 
): JQueryPromise<RunCompareJobResult>; 

Parameters

jobData

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

Return Value

A Promise object that may resolve successfully to a ServiceCompareJobData object.

Remarks

runCompareJob will perform the following:

  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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly