ScheduleStateEnum 列舉
Describes the current state of a schedule.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Enumeration ScheduleStateEnum
'用途
Dim instance As ScheduleStateEnum
public enum ScheduleStateEnum
public enum class ScheduleStateEnum
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.