ExecutionStatus Enumeration
The ExecutionStatus enumeration is a list of constant values that specify the status of an executing process.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| Failed | The process has failed. | |
| Inactive | The process is inactive. | |
| InProgress | The process is running. | |
| Succeeded | The process has completed successfully. |
The ExecutionStatus enumeration class is served by the ExecutionStatus property.
Show: