Job.Status Property
Optional. Current status of the job.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Usage
'Usage
Dim instance As Job
Dim value As JobStatus
value = instance.Status
instance.Status = value
Syntax
'Declaration
Public Property Status As JobStatus
public JobStatus Status { get; set; }
public:
property JobStatus^ Status {
JobStatus^ get ();
void set (JobStatus^ value);
}
/** @property */
public JobStatus get_Status ()
/** @property */
public void set_Status (JobStatus value)
public function get Status () : JobStatus
public function set Status (value : JobStatus)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
Job Class
Job Members
Microsoft.WindowsAzure.Scheduler.Models Namespace