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: ReportService2006
Assembly: ReportService2006 (in ReportService2006.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 | Specifies that a user made a request to cancel the job. | |
| New | Specifies that The job is new and is currently being processed. | |
| Running | Specifies that the job is currently running. |
Remarks
The JobStatusEnum enumeration is returned by the Status property of the Job class.