←Select platform

FailedMessage Property

Summary

Gets or sets the error message of a job.

Syntax

C#
VB
C++
public string FailedMessage {get; set;}
Public Property FailedMessage As String
public: 
property String^ FailedMessage { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.JobProcessor.DataContracts Assembly
Click or drag to resize