Share via


Job.ExecutionStateTransitionTime Property

Definition

Gets execution state transition time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.executionStateTransitionTime")]
public DateTime? ExecutionStateTransitionTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.executionStateTransitionTime")>]
member this.ExecutionStateTransitionTime : Nullable<DateTime>
Public ReadOnly Property ExecutionStateTransitionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The time at which the job entered its current execution state.

Applies to