OnAllTasksComplete 列挙型

定義

OnAllTasksComplete の値を定義します。

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

フィールド

NoAction 0

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

TerminateJob 1

ジョブを終了します。 ジョブの terminateReason が 'AllTasksComplete' に設定されています。

適用対象