userData Property

Summary

User defined data.

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

Property Value

User defined data. The default value is null

Remarks

userData is not used by the framework and can be set to any value by the user.

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