OnAllTasksComplete Enum

Definition

Specifies an action the Batch service should take when all tasks in the job are in the completed state.

public enum OnAllTasksComplete
type OnAllTasksComplete = 
Public Enum OnAllTasksComplete
Inheritance
OnAllTasksComplete

Fields

NoAction 0

Do nothing. The job remains active unless terminated or disabled by some other means.

TerminateJob 1

Terminate the job. The job's TerminateReason is set to "AllTasksComplete".

Applies to