Share via


Job.State Property

 

Optional. Current state of the job.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public JobState State { get; set; }
public:
property JobState State {
    JobState get();
    void set(JobState value);
}
member State : JobState with get, set
Public Property State As JobState

Property Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobState

See Also

Job Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top