jobStatusTimestamp Property

Summary

Indicates the timestamp this job was last queried.

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

Property Value

The timestamp this job was last queried. The default value is null.

Remarks

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.

The value is updated every time StatusJobDataRunner.queryConvertJobStatus is called.

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.