jobCompletedTimestamp Property

Summary

UTC timestamp indicating when the compare job completed.

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

Property Value

String corresponding to a UTC timestamp. The default value is null.

Remarks

This property will only be populated if CompareJobData.jobStatus is set to CompareStatus.completed, and CompareJobData.isCompleted is set to true.

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