다음을 통해 공유


BatchTask.PreviousState Property

Definition

The previous state of the Task. This property is not set if the Task is in its initial Active state.

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

Property Value

Applies to