Delen via


StartTaskInformation.EndTime Property

Definition

Gets or sets the time at which the StartTask stopped running.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the end time of the most recent run of the StartTask, if that run has completed (even if that run failed and a retry is pending). This element is not present if the StartTask is currently running.

Applies to