JobExecutionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents current_execution_status values from sp_help_job result
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.JobExecutionStatusConverter))]
public enum JobExecutionStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.JobExecutionStatusConverter))>]
type JobExecutionStatus =
Public Enum JobExecutionStatus
- Inheritance
-
JobExecutionStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Executing | 1 | Executing |
| WaitingForWorkerThread | 2 | Waiting for thread |
| BetweenRetries | 3 | Between retries |
| Idle | 4 | Idle |
| Suspended | 5 | Suspended |
| WaitingForStepToFinish | 6 | Obsolete |
| PerformingCompletionAction | 7 | Performing completion action |
| Queued | 8 | Queued |