ExitOptions.DependencyAction Property

Definition

Gets or sets an action that the Batch service should take on tasks that depend on this task.

public Microsoft.Azure.Batch.Common.DependencyAction? DependencyAction { get; set; }
member this.DependencyAction : Nullable<Microsoft.Azure.Batch.Common.DependencyAction> with get, set
Public Property DependencyAction As Nullable(Of DependencyAction)

Property Value

Remarks

The default is Satisfy for exit code 0, and Block for all other exit conditions. If the job's UsesTaskDependencies is false, you cannot add a task with this property set.

Applies to