Aracılığıyla paylaş


ScopeJobProperties.TotalRunningTime Property

Definition

Gets the total time this job spent executing. This value should not be set by the user and will be ignored if it is.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to