CloudJob.PreviousStateTransitionTime Property

Definition

Gets the time at which the job entered its previous state.

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

Property Value

Remarks

If the job is in its initial Active state, the PreviousStateTransitionTime property is not defined.

Applies to