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.