←Select platform

QueryJobStatus Method

Summary

Retrieves the status of the specified job.

Syntax
C#
C++/CLI
Python
public static CompareJobData QueryJobStatus( 
   ObjectCache cache, 
   string userToken, 
   string jobToken 
) 
public:  
   static CompareJobData^ QueryJobStatus( 
      ObjectCache^ cache, 
      String^ userToken, 
      String^ jobToken 
   ) 
def QueryJobStatus(self,cache,userToken,jobToken): 

Parameters

cache

Cache containing the status data.

userToken

Value indicating the user token of the job.

jobToken

Value indicating the job token of the job.

Return Value

Data containing the last status of this job if found; otherwise, null if no such job was found.

Remarks

QueryJobStatus is the main method of communication between the application and the runner to obtain the status of the job. The CompareJobData returned from this method contains a clone of the object found in the cache and can be changed or stored by the application.

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.