OnTaskFailure 列挙型

定義

OnTaskFailure の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OnTaskFailure
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OnTaskFailure = 
Public Enum OnTaskFailure
継承
OnTaskFailure
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

NoAction 0

何もしない。 他の方法で終了または無効にしない限り、ジョブはアクティブなままになります。

PerformExitOptionsJobAction 1

タスクの exitConditions コレクションの Task 終了条件に関連付けられているアクションを実行します。 (タスクで指定されている場合は、アクションが実行されない可能性があります)。

適用対象