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

Show in webframe

JobStatus Enumeration






Indicates the status of a job.
Syntax
[DataContractAttribute()]
public enum JobStatus : System.Enum 
'Declaration
 
<DataContractAttribute()>
Public Enum JobStatus 
   Inherits System.Enum
'Usage
 
Dim instance As JobStatus

            

            
[DataContractAttribute()]
public enum class JobStatus : public System.Enum 
Members
ValueMemberDescription
0x00000000NotFoundThe job was not found in the Job Processor database.
0x00000001NewThe job is in queue, and ready to be processed. A job is marked as new when it is added, or when ResetJob is called.
0x00000002QueriedThe job has been removed from the queue, and is being prepared for processing.
0x00000003StartedThe job is currently being processing.
0x00000004CompletedThe job has been successfully processed. A job is marked as completed when SetCompletedStatus is called.
0x00000005FailedThe job encountered errors during processing. A job is marked as failed when SetFailureStatus is called.
0x00000006AbortedThe job was aborted during processing. A job is marked as aborted when SetAbortedStatus is called.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.JobProcessor.DataContracts.JobStatus

Requirements

Target Platforms

See Also

Reference

Leadtools.Services.JobProcessor.DataContracts Namespace

Error processing SSI file