Share via


JobPreparationTaskExecutionInformation.LastRetryTime Property

Definition

Gets or sets the most recent time at which a retry of the Job Preparation Task started running.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the Task was retried (i.e. retryCount is nonzero). If present, this is typically the same as startTime, but may be different if the Task has been restarted for reasons other than retry; for example, if the Compute Node was rebooted during a retry, then the startTime is updated but the lastRetryTime is not.

Applies to