共用方式為


JobPropertiesExecutionInfo.StartTime 屬性

定義

取得開始時間。

[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime? StartTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : Nullable<DateTime>
Public ReadOnly Property StartTime As Nullable(Of DateTime)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

作業開始執行的時間。 'Running' 對應于執行中狀態。 如果作業已重新開機或重試,這是作業開始執行的最新時間。 此屬性僅適用于處於執行中或已完成狀態的作業。

適用於