Share via


SubtaskInformation.PreviousState Property

Definition

Gets the previous state of the subtask. This property is not set if the subtask is in its initial Running state.

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

Property Value

Applies to