JobStatusEnum 列舉
Describes the status of a job.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Enumeration JobStatusEnum
'用途
Dim instance As JobStatusEnum
public enum JobStatusEnum
public enum class JobStatusEnum
type JobStatusEnum
public enum JobStatusEnum
成員
成員名稱 | 說明 | |
---|---|---|
New | The job is new and is currently being processed. | |
Running | The job is currently running. | |
CancelRequested | A user made a request to cancel the job. |
備註
Use the JobStatusEnum enumeration with the Status property of the Job class.