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

Leadtools.Document Assembly