Delen via


StartTaskInformation.StartTime Property

Definition

Gets or sets the time at which the StartTask 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

This value is reset every time the Task is restarted or retried (that is, this is the most recent time at which the StartTask started running).

Applies to