JobAction Enum

Definition

Defines values for JobAction.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum JobAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type JobAction = 
Public Enum JobAction
Inheritance
JobAction
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Disable 1

Disable the Job. This is equivalent to calling the disable Job API, with a disableTasks value of requeue.

None 0

Take no action.

Terminate 2

Terminate the Job. The terminateReason in the Job's executionInfo is set to "TaskFailed".

Applies to