queryConvertJobStatus Method

Summary

Retrieves the status of the specified job.

Syntax
TypeScript
JavaScript
queryConvertJobStatus = function( 
   userToken, 
   jobToken 
) 
static queryConvertJobStatus( 
   userToken: string, 
   jobToken: string 
): JQueryPromise<StatusJobData>; 

Parameters

userToken

Value indicating the user token of the job.

jobToken

Value indicating the token of the job.

Return Value

A Promise object that may resolve successfully to one of the following: A StatusJobData object containing the last status of this job if found; or null if no such job was found.

Remarks

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

Example

For an example, refer to StatusJobDataRunner.

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