Share via


CloudJobSchedule.PreviousStateTransitionTime Property

Definition

Gets the time at which the job schedule 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 schedule is in its initial Active state, the PreviousStateTransitionTime property is not defined.

Applies to