LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

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 string FailedMessage {get; set;}
 get_FailedMessage();
set_FailedMessage(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FailureInformation Class
FailureInformation Members
SetFailureStatus Method
GetJobInformation Method
Understanding The LEADTOOLS Cloud Database

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.