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

Show in webframe

Status Property (JobInformation)






Gets or sets the status of a job.
Syntax
public JobStatus Status {get; set;}
'Declaration
 
Public Property Status As JobStatus
'Usage
 
Dim instance As JobInformation
Dim value As JobStatus
 
instance.Status = value
 
value = instance.Status

            

            
public:
property JobStatus Status {
   JobStatus get();
   void set (    JobStatus value);
}

Property Value

A JobStatus object that represents the current status of a job.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with the LEADTOOLS Distributed Computing (Job Processor) SDK
Creating Job Processor Worker Assemblies
Understanding The LEADTOOLS Job Processor Database
GetJobInformation Method

Error processing SSI file