Share via


BatchStartTaskInfo.LastRetryTime Property

Definition

The most recent time at which a retry of the Task started running. This element is present 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.

public DateTimeOffset? LastRetryTime { get; }
member this.LastRetryTime : Nullable<DateTimeOffset>
Public ReadOnly Property LastRetryTime As Nullable(Of DateTimeOffset)

Property Value

Applies to