Error processing SSI file
LEADTOOLS Job Processor (Leadtools.Services.JobProcessor.DataContracts assembly)

Show in webframe

FailedMessage Property






Gets or sets the error message of a job.
Syntax
public string FailedMessage {get; set;}
'Declaration
 
Public Property FailedMessage As String
'Usage
 
Dim instance As FailureInformation
Dim value As String
 
instance.FailedMessage = value
 
value = instance.FailedMessage

            

            
public:
property String^ FailedMessage {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that represents the last error message of a job.
Remarks
A job is considered to have failed when the worker assembly calls SetFailureStatus and the status is set to JobStatus.Failed.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

FailureInformation Class
FailureInformation Members
SetFailureStatus Method
GetJobInformation Method
Understanding The LEADTOOLS Job Processor Database

Error processing SSI file