isCompleted Property

Summary

Checks whether the conversion job has finished.

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

Property Value

true if the conversion has finished; otherwise, false. The default value is false.

Remarks

The value of isCompleted will be set to true when the runner has completed the conversion. The value is updated when StatusJobDataRunner.queryConvertJobStatus is called.

Use jobStatus to query the status of job and whether it has completed successfully or was aborted because of errors.

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