Bagikan melalui


JobPropertiesExecutionInfo.StartTime Property

Definition

Gets start time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The time at which the job started running. 'Running' corresponds to the running state. If the job has been restarted or retried, this is the most recent time at which the job started running. This property is present only for job that are in the running or completed state.

Applies to