Job.State 属性
可选。 作业的当前状态。
命名空间: Microsoft.WindowsAzure.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)
语法
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
属性值
Type: Microsoft.WindowsAzure.Scheduler.Models.JobState
请参阅
Job 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间
返回页首