←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly