ScheduleStateEnum 枚举

Describes the current state of a schedule.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration ScheduleStateEnum
用法
Dim instance As ScheduleStateEnum
[SerializableAttribute]
public enum ScheduleStateEnum
[SerializableAttribute]
public enum class ScheduleStateEnum
[<SerializableAttribute>]
type ScheduleStateEnum
public enum ScheduleStateEnum

成员

成员名称 说明
Ready Reports that are associated with the schedule are ready to run at the next appropriate time.
Running Reports that are associated with the schedule are currently running.
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.

注释

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