Gets or sets the error message of a job.
[DataMemberAttribute()] public string FailedMessage { get; set; }
[DataMemberAttribute()]
public string FailedMessage { get; set; }
Public Property FailedMessage As String
public: property String^ FailedMessage { String^ get(); void set ( String^ ); }
public:
property String^ FailedMessage {
String^ get();
void set ( String^ );
}
A System.String that represents the last error message of a job.
A job is considered to have failed when the worker assembly calls SetFailureStatus and the status is set to JobStatus.Failed.
For an example, refer to IJobService.GetJobInformation.
Target Platforms
FailureInformation Class
FailureInformation Members
SetFailureStatus Method
GetJobInformation Method
Understanding The LEADTOOLS Job Processor Database
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Multimedia .NET | C API
Medical Web Viewer .NET
.NET
Silverlight
WinRT
WinRT Phone
Java
Android
iOS/macOS
JavaScript HTML5
Multimedia
Medical Web Viewer
C API
C++ Class Library