Expand Minimize
This topic has not yet been rated - Rate this topic

ScheduleStateEnum Enumeration

Describes the current state of a schedule.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
[SerializableAttribute]
public enum ScheduleStateEnum
Member nameDescription
ReadyReports that are associated with the schedule are ready to run at the next appropriate time.
RunningReports that are associated with the schedule are currently running.
PausedThe schedule is currently paused.
ExpiredThe schedule has expired according to the value of the EndDate property of the schedule.
FailingAn error occurred, and reports that are associated with the schedule cannot run.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.