JobPreparationTaskExecutionInformation.LastRetryTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.