deleteConvertJob Method

Summary

Deletes the specified job.

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

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.

Remarks

deleteConvertJob can be called when the job is finished to remove it from the status cache.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.