←Select platform

IsCompleted Property

Summary

Checks whether the conversion job has finished.

Syntax
C#
VB
C++
public bool IsCompleted { get; set; } 
Public Property IsCompleted() As Boolean 
   Get 
   Set 
public:  
   property bool IsCompleted 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the conversion has finished; otherwise, false. The default value is false.

Remarks

The value of IsCompleted will be set to true when the runner has completed the conversion. The value is updated when StatusJobDataRunner.QueryJobStatus is called.

Use JobStatus to query the status of job and whether it has completed successfully or was aborted because of errors.

Example

For an example, refer to StatusJobDataRunner.

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