Compartilhar via


Job.State Propriedade

 

Opcional. Estado atual do trabalho.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public JobState State { get; set; }
public:
property JobState State {
    JobState get();
    void set(JobState value);
}
member State : JobState with get, set
Public Property State As JobState

Valor de propriedade

Type: Microsoft.WindowsAzure.Scheduler.Models.JobState

Consulte também

Classe Job
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo