ScheduleStateEnum Enumeration
SQL Server 2000
Describes the current state of a schedule.
Public Enum ScheduleStateEnum Member of [Namespace]
public enum ScheduleStateEnum; Member of [Namespace]
Remarks
Use the ScheduleStateEnum enumeration with the State property of the Schedule class.
Members
| Member name | Description |
|---|---|
| Running | Reports that are associated with the schedule are currently running. |
| Ready | Reports that are associated with the schedule are ready to run at the next appropriate time. |
| Paused | The schedule is currently paused. |
| Expired | The schedule has expired according to the value of the EndDate property of the schedule. |
| Failing | An error occurred and reports that are associated with the schedule cannot run. |