次の方法で共有


JobSupportedAction 列挙型

定義

JobSupportedAction の値を定義します。

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

フィールド

Cancellable 1
Invalid 0
Retriable 2

適用対象