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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Status Property (ResetJobResponse)






Gets or sets the new status for the specified job.
Syntax
public JobStatus Status {get; set;}
public:
property JobStatus Status {
   JobStatus get();
   void set (    JobStatus value);
}
'Declaration
 
Public Property Status As JobStatus
 
'Usage
 
Dim instance As ResetJobResponse
Dim value As JobStatus
 
instance.Status = value
 
value = instance.Status

Property Value

The new JobStatus for the specified job.
Remarks
If the job was successfully reset, the new status will be JobStatus.New.

For more information, refer to the ResetJob method.

Example
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.ResetJob(Leadtools.Services.JobProcessor.DataContracts.ResetJobRequest).
Requirements

Target Platforms

See Also

Reference

ResetJobResponse Class
ResetJobResponse Members

Error processing SSI file