LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

Status Property (ResetJobResponse)

Show in webframe





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

            

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

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.Cloud.ServiceContracts.IJobService.ResetJob(Leadtools.Services.Cloud.DataContracts.ResetJobRequest).
Requirements

Target Platforms

See Also

Reference

ResetJobResponse Class
ResetJobResponse Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.