←Select platform

Status Property

Summary

Final job status.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly