Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.