JobGetHistoryResponse::JobHistoryEntry::Status Property

 

Optional. The status of this execution attempt, completed or failed.

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

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