Error processing SSI file
LEADTOOLS JobProcessor (Leadtools.JobProcessor.Job assembly)

Show in webframe

GetJobStatus Method






ID (GUID) of the job to obtain the status for.
Returns the status of a specific job.
Syntax
public JobStatus GetJobStatus( 
   string jobID
)
'Declaration
 
Public Function GetJobStatus( _
   ByVal jobID As String _
) As JobStatus
'Usage
 
Dim instance As JobBase
Dim jobID As String
Dim value As JobStatus
 
value = instance.GetJobStatus(jobID)

            

            
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

Error processing SSI file