SetFailureStatus Method

Summary

Sets the status of a job to Jobstatus.Failed.

Syntax
C#
VB
C++
public JobStatus SetFailureStatus( 
   string jobID, 
   int failedErrorID, 
   string failedMessage, 
   string jobMetadata 
) 
  
Public Function SetFailureStatus( _ 
   ByVal jobID As String, _ 
   ByVal failedErrorID As Integer, _ 
   ByVal failedMessage As String, _ 
   ByVal jobMetadata As String _ 
) As JobStatus 
public: 
JobStatus SetFailureStatus(  
   String^ jobID, 
   int failedErrorID, 
   String^ failedMessage, 
   String^ jobMetadata 
)  

Parameters

jobID
ID (GUID) of the job to update.

failedErrorID
Error code for the job.

failedMessage
Error message for the job.

jobMetadata
Metadata which contains information on how this job should be processed.

Return Value

A JobStatus that represents the new status of the specified job.

Remarks

Use this method to set the status of a job to Jobstatus.Failed. If the job is not found, Jobstatus.NotFound will be returned.

If an empty string is passed for the jobMetadata parameter the existing job metadata for the job is maintained. For more information on how the jobMetadata property is used, refer to Understanding The LEADTOOLS Job Processor Database.

Example

Refer to the OCRJobProcessorDemo. Depending on the programming language being used, the demo will be found in either the <installationdir>\Examples\DotNet\CS\OCRJobProcessorDemo directory. or the <installationdir>\Examples\DotNet\VB\OCRJobProcessorDemo directory. The <installationdir> represents the directory in which you installed the LEADTOOLS toolkit.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.