Share via


BatchJob.AllTasksCompleteMode Property

Definition

The action the Batch service should take when all Tasks in the Job are in the completed state. The default is noaction.

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

Property Value

Applies to