LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)

GetJobStatus Method

Show in webframe





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 OCRCloudDemo. Depending on the programming language being used, the demo will be found in either the <installationdir>\Examples\DotNet\CS\OCRCloudDemo directory. or the <installationdir>\Examples\DotNet\VB\OCRCloudDemo directory. The <installationdir> represents the directory in which you installed the LEADTOOLS toolkit.
Requirements

Target Platforms

See Also

Reference

JobBase Class
JobBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.