共用方式為


SubtaskInformation.PreviousStateTransitionTime Property

Definition

Gets or sets the time at which the subtask entered its previous state.

[Newtonsoft.Json.JsonProperty(PropertyName="previousStateTransitionTime")]
public DateTime? PreviousStateTransitionTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="previousStateTransitionTime")>]
member this.PreviousStateTransitionTime : Nullable<DateTime> with get, set
Public Property PreviousStateTransitionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is not set if the subtask is in its initial running state.

Applies to