JobGetHistoryResponse::JobHistoryEntry::State Property

 

Optional. The state of the job: enabled, disabled, faulted, or completed.

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

public:
property JobState State {
	JobState get();
	void set(JobState value);
}
Return to top
Show: