Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Members
| Member name | Description | |
|---|---|---|
| CancelRequested | A user made a request to cancel the job. | |
| New | The job is new and is currently being processed. | |
| Running | The job is currently running. |
Remarks
Use the JobStatusEnum enumeration with the Status property of the Job class.