Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJob Class : Status Property |
public DocumentConverterJobStatus Status {get;}
'Declaration
Public ReadOnly Property Status As DocumentConverterJobStatus
'Usage
Dim instance As DocumentConverterJob Dim value As DocumentConverterJobStatus value = instance.Status
public DocumentConverterJobStatus getStatus()
public: property DocumentConverterJobStatus Status { DocumentConverterJobStatus get(); }
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.
For an example, refer to RunJob and RunJobAsync.