JobHistoryStatus Enumeration

 

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 enum class JobHistoryStatus

Member nameDescription
Completed

A completed execution attempt.

Failed

A failed execution attempt.

Postponed

Execution has been postponed.

Return to top
Show: