Share via


JobStatusEnum 열거형

Describes the status of a job.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
<SerializableAttribute> _
Public Enumeration JobStatusEnum
‘사용 방법
Dim instance As JobStatusEnum
[SerializableAttribute]
public enum JobStatusEnum
[SerializableAttribute]
public enum class JobStatusEnum
[<SerializableAttribute>]
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.