JobStatusEnum 열거형
Describes the status of a job.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Enumeration JobStatusEnum
‘사용 방법
Dim instance As JobStatusEnum
public enum JobStatusEnum
public enum class JobStatusEnum
type JobStatusEnum
public enum JobStatusEnum
멤버
멤버 이름 | 설명 | |
---|---|---|
New | Specifies that The job is new and is currently being processed. | |
Running | Specifies that the job is currently running. | |
CancelRequested | Specifies that a user made a request to cancel the job. |
주의
The JobStatusEnum enumeration is returned by the Status property of the Job class.