LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

FailedMessage Property

Show in webframe





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 Cloud Database

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.