CloudTask.PreviousState Propriedade

Definição

Obtém o estado anterior da tarefa.

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

Valor da propriedade

Comentários

Se a tarefa estiver em seu estado inicial Active , a propriedade PreviousState não será definida.

Aplica-se a