Share via


JobPreparationTaskExecutionInformation.StartTime Property

Definition

Gets or sets the time at which the Task started running.

[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime StartTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : DateTime with get, set
Public Property StartTime As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If the Task has been restarted or retried, this is the most recent time at which the Task started running.

Applies to