LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)

SetAbortedStatus Method

Show in webframe





ID (GUID) of the job to update.
Metadata which contains information on how this job should be processed.
Sets the status of a job to Jobstatus.Aborted.
Syntax
public JobStatus SetAbortedStatus( 
   string jobID,
   string jobMetadata
)
'Declaration
 
Public Function SetAbortedStatus( _
   ByVal jobID As String, _
   ByVal jobMetadata As String _
) As JobStatus
'Usage
 
Dim instance As JobBase
Dim jobID As String
Dim jobMetadata As String
Dim value As JobStatus
 
value = instance.SetAbortedStatus(jobID, jobMetadata)

            

            
public:
JobStatus SetAbortedStatus( 
   String^ jobID,
   String^ jobMetadata
) 

Parameters

jobID
ID (GUID) of the job to update.
jobMetadata
Metadata which contains information on how this job should be processed.

Return Value

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

Use this method to set the status of a job to Jobstatus.Aborted. If a client or administrator deletes a job, or calls the AbortJob Method, the next call to UpdatePercentage will return false, informing you to abort the job and call SetAbortedStatus to finalize the abort operation. If the job is not found (it was deleted), 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 Cloud Database.

Example
Refer to the OCRCloudDemo (LEADTOOLS Installation Directory\Examples\DotNet\'CS or VB'\OCRCloudDemo).
Requirements

Target Platforms

See Also

Reference

JobBase Class
JobBase Members
Programming with LEADTOOLS Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
AbortJob Method

 

 


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