次の方法で共有


JobExecution.Lifecycle プロパティ

定義

ジョブの実行の詳細な状態を取得します。 指定できる値は、'Created'、'InProgress'、'WaitingForChildJobExecutions'、'WaitingForRetry'、'Succeeded'、'SucceededWithSkipped'、'Failed'、'TimedOut'、'Canceled'、'Skipped' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")]
public string Lifecycle { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")>]
member this.Lifecycle : string
Public ReadOnly Property Lifecycle As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象