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.
Describes 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 | The Ready scheduled state. |
Running | 1 | The Running scheduled state. |
Paused | 2 | The Paused scheduled state. |
Expired | 3 | The Expired scheduled state. |
Failing | 4 | The Failing scheduled state. |
Remarks
Use the ScheduleStateEnum enumeration with the State property of the Schedule class.