JobReleaseTaskExecutionInformation.EndTime Property

Definition

Gets the time at which the task completed.

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

Property Value

Remarks

This property is only returned if the task is in the Completed state.

Applies to