ScheduleStateEnum 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.
Enumerates the current state of a schedule.
public enum class ScheduleStateEnum
public enum ScheduleStateEnum
type ScheduleStateEnum =
Public Enum ScheduleStateEnum
- Inheritance
-
ScheduleStateEnum
Fields
Name | Value | Description |
---|---|---|
Ready | 0 | Specifies the state of the schedule is ready. |
Running | 1 | Specifies the state of the schedule is running. |
Paused | 2 | Specifies the state of the schedule is paused. |
Expired | 3 | Specifies the state of the schedule is expired. |
Failing | 4 | Specifies the state of the schedule is failing. |
Remarks
Use the ScheduleStateEnum enumeration together with the State property of the Schedule class.