LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)

JobStatus Enumeration

Show in webframe





Indicates the status of a job.
Syntax
public enum JobStatus : System.Enum 
'Declaration
 
Public Enum JobStatus 
   Inherits System.Enum
'Usage
 
Dim instance As JobStatus

            

            
public enum class JobStatus : public System.Enum 
Members
ValueMemberDescription
0x00000000NotFound

The job was not found in the Cloud Database.

0x00000001New

The job is in queue, and ready to be processed. A job is marked as new when it is added, or when ResetJob is called.

0x00000002Queried

The job has been removed from the queue, and is being prepared for processing.

0x00000003Started

The job is currently being processing.

0x00000004Completed

The job has been successfully processed. A job is marked as completed when SetCompletedStatus is called.

0x00000005Failed

The job encountered errors during processing. A job is marked as failed when SetFailureStatus is called.

0x00000006Aborted

The job was aborted during processing. A job is marked as aborted when SetAbortedStatus is called.

Remarks
For more information, refer to Creating Cloud Worker Assemblies.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Cloud.Job.JobStatus

Requirements

Target Platforms

See Also

Reference

Leadtools.Cloud.Job Namespace
Programming with LEADTOOLS Cloud SDK
Creating Cloud Worker Assemblies
IJobService Interface

 

 


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