←Select platform

FailedMessage Property

Summary

Gets or sets the error message of a job.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly