StartTask.WaitForSuccess プロパティ

定義

コンピューティング ノード上のタスクをスケジュールする前に、Batch サービスが開始タスクの完了を待機する必要があるかどうかを示す値を取得または設定します。

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

プロパティ値

注釈

これが指定されていない場合、既定値は true です。

適用対象