queryJobStatusTimestamp Property

Summary

Indicates the timestamp when this job status has been queried.

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

Property Value

The timestamp when this job status has been queried. The default value is null.

Remarks

This property will be set the first time StatusJobDataRunner.queryConvertJobStatus is called.

This property is a string that contains the timestamp in UTC using "yyyy-MM-ddTHH:mm:ss" format. Use Date.parse to parse it and Date.toLocalTime to convert it to a local time string.

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.