Error processing SSI file
LEADTOOLS JobProcessor (Leadtools.JobProcessor.Job assembly)

Show in webframe

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 class JobStatus : public System.Enum 
Members
ValueMemberDescription
0NotFoundThe job was not found in the Job Processor Database.

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

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

3StartedThe job is currently being processing.

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

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

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

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

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

Requirements

Target Platforms

See Also

Reference

Leadtools.JobProcessor.Job Namespace
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
IJobService Interface

Error processing SSI file