CloudJobSchedule.PreviousState Property

Definition

Gets the previous state of the job schedule.

public Microsoft.Azure.Batch.Common.JobScheduleState? PreviousState { get; }
member this.PreviousState : Nullable<Microsoft.Azure.Batch.Common.JobScheduleState>
Public ReadOnly Property PreviousState As Nullable(Of JobScheduleState)

Property Value

Remarks

If the schedule is in its initial Active state, the PreviousState property is not defined.

Applies to