←Select platform

JobStatus Property

Summary

Final job status.

Syntax
C#
VB
C++
public DocumentConverterJobStatus JobStatus { get; set; } 
Public Property JobStatus() As DocumentConverterJobStatus 
   Get 
   Set 
public:  
   property DocumentConverterJobStatus^ JobStatus 
   { 
      DocumentConverterJobStatus^ get() 
      void set(DocumentConverterJobStatus^ value) 
   } 

Property Value

The final status of the job. The default value is DocumentConverterJobStatus.Success.

Remarks

JobStatus will be set by the runner when the job finishes running. The value is updated when StatusJobDataRunner.QueryJobStatus is called.

If the value is not DocumentConverterJobStatus.Success, then errors might have occurred and these errors are added to ErrorMessages.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.