LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)
LEAD Technologies, Inc

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
)
 function Leadtools.Cloud.Job.JobBase.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JobBase Class
JobBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.