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

JobStatus Enumeration






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 JobStatus : System.Enum 
Leadtools.Cloud.Job.JobStatus = function() { };
Leadtools.Cloud.Job.JobStatus.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class JobStatus : public System.Enum 
Members
MemberDescription
Aborted

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

Completed

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

Failed

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

New

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.

NotFound

The job was not found in the Cloud Database.

Queried

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

Started

The job is currently being processing.

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: 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

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

 

 


Products | Support | Contact Us | Copyright Notices

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