JobState 枚举

State of a job.

命名空间: Microsoft.WindowsAzure.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(在 Microsoft.WindowsAzure.Management.Scheduler.dll 中)

使用

用法
Dim instance As JobState

语法

声明
Public Enumeration JobState
public enum JobState
public enum class JobState
public enum JobState
public enum JobState

成员

成员名称 说明
Completed A completed job is one whose final execution attempt succeeded.
Disabled A disabled job does not have any future execution scheduled.
Enabled An enabled job that is scheduled for future execution.
Faulted A faulted job is one whose final execution attempt failed.

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

Microsoft.WindowsAzure.Scheduler.Models 命名空间