LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

Status Property (ResetJobResponse)






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 JobStatus Status {get; set;}
 get_Status();
set_Status(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResetJobResponse Class
ResetJobResponse Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.