Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.