JobStatusEnum Enumeration
SQL Server 2000
Describes the status of a job.
Public Enum JobStatusEnum Member of [Namespace]
public enum JobStatusEnum; Member of [Namespace]
Remarks
Use the JobStatusEnum enumeration with the Status property of the Job class.
Members
| Name | Description |
|---|---|
| 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. |