jobStatus Property

Summary

Final job status.

Syntax
TypeScript
JavaScript
Object.defineProperty(StatusJobData.prototype, 'jobStatus', 
   get: function() 
) 
readonly jobStatus: DocumentConverterJobStatus; 

Property Value

The final status of the job. The default value is DocumentConverterJobStatus.success.

Remarks

jobStatus will be set by the runner when the job finishes running. The value is updated when StatusJobDataRunner.queryConvertJobStatus is called.

If the value is not DocumentConverterJobStatus.success, then errors might have occurred and these errors are added to errorMessages.

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.