←Select platform

Status Property

Summary

Final job status.

Syntax
C#
VB
C++
Java
public DocumentConverterJobStatus Status { get; } 
Public ReadOnly Property Status() As DocumentConverterJobStatus 
   Get 
public:  
   property DocumentConverterJobStatus^ Status 
   { 
      DocumentConverterJobStatus^ get() 
   } 
public DocumentConverterJobStatus getStatus() 

Property Value

The final job status.

Remarks

Status will be set the by the DocumentConverter when the job finishes running.

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

Example

For an example, refer to RunJob and RunJobAsync.

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.