Freigeben über


JobStatusEnum-Enumeration

Describes the status of a job.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Enumeration JobStatusEnum
'Usage
Dim instance As JobStatusEnum
public enum JobStatusEnum
public enum class JobStatusEnum
type JobStatusEnum
public enum JobStatusEnum

Elemente

Elementname Beschreibung
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.

Hinweise

Use the JobStatusEnum enumeration with the Status property of the Job class.

Siehe auch

Verweis

ReportService2005-Namespace