ScheduleStateEnum Enum

Definition

Enumerates the current state of a schedule.

public enum class ScheduleStateEnum
public enum ScheduleStateEnum
type ScheduleStateEnum = 
Public Enum ScheduleStateEnum
Inheritance
ScheduleStateEnum

Fields

Expired 3

Specifies the state of the schedule is expired.

Failing 4

Specifies the state of the schedule is failing.

Paused 2

Specifies the state of the schedule is paused.

Ready 0

Specifies the state of the schedule is ready.

Running 1

Specifies the state of the schedule is running.

Remarks

Use the ScheduleStateEnum enumeration together with the State property of the Schedule class.

Applies to