CloudTask.PreviousState Propiedad

Definición

Obtiene el estado anterior de la tarea.

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 de propiedad

Comentarios

Si la tarea está en su estado inicial Active , no se define la propiedad PreviousState.

Se aplica a