GetJobStatus Method

Summary

Returns the status of a specific job.

Syntax
C#
VB
C++
public JobStatus GetJobStatus( 
   string jobID 
) 
  
Public Function GetJobStatus( _ 
   ByVal jobID As String _ 
) As JobStatus 
public: 
JobStatus GetJobStatus(  
   String^ jobID 
)  

Parameters

jobID
ID (GUID) of the job to obtain the status for.

Return Value

A JobStatus that represents the status of the specified job.

Remarks

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

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

See Also

Reference

JobBase Class

JobBase Members

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