Share via


SubtaskInformation.StartTime Property

Definition

Gets the time at which the subtask started running. If the subtask has been restarted or retried, this is the most recent time at which the subtask started running.

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

Property Value

Applies to