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

StartTask.WaitForSuccess 属性

定义

获取或设置一个值,该值指示 Batch 服务是否应在计算节点上计划任何任务之前等待启动任务完成。

public bool? WaitForSuccess { get; set; }
member this.WaitForSuccess : Nullable<bool> with get, set
Public Property WaitForSuccess As Nullable(Of Boolean)

属性值

注解

如果未指定此值,则默认值为 true。

适用于