←Select platform

JobData Property

Summary

Data of the job set into this runner being run or ready to be run.

Syntax
C#
VB
C++
public StatusJobData JobData { get; } 
Public ReadOnly Property JobData() As StatusJobData 
   Get 
public:  
   property StatusJobData^ JobData 
   { 
      StatusJobData^ get() 
   } 

Property Value

The data of the job set into this runner being run or ready to be run.

Remarks

This value is set by Prepare to a clone of the StatusJobData that was passed as parameter.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly