共用方式為


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.

請參閱

參考

ReportService2005 命名空間