Share via


JobHistoryActionName Enumeration

 

The action of this execution, MainAction or ErrorAction.

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

Syntax

public enum JobHistoryActionName
public enum class JobHistoryActionName
type JobHistoryActionName
Public Enumeration JobHistoryActionName

Members

Member name Description
ErrorAction

An execution attempt of the error action.

MainAction

An execution attempt of the primary action.

See Also

Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top