你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Value Description
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