jobCompletedTimestamp Property

Summary

Indicates the timestamp when this job has completed.

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

Property Value

The timestamp when this job has completed. 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.

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