←Select platform

JobStatusMessage Property

Summary

Current status message.

Syntax
C#
VB
C++
public string JobStatusMessage { get; set; } 
Public Property JobStatusMessage() As String 
   Get 
   Set 
public:  
   property String^ JobStatusMessage 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The current status message. The default value is null.

Remarks

The value of JobStatusMessage will be updated when StatusJobDataRunner.QueryJobStatus is called. The value contains a helpful user-friendly message about the status of the job.

The page number currently being converted is set in JobStatusPageNumber.

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