Share via


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)

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus

See Also

JobGetHistoryResponse.JobHistoryEntry Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top