←Select platform

FailedErrorID Property

Summary

Gets or sets the error ID of a job.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public int FailedErrorID { get; set; } 
  
Public Property FailedErrorID As Integer 
public: 
property int FailedErrorID { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 that represents the error ID 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