Interface | Description |
---|---|
Schedulable |
The interface that indicates that an object can to be scheduled.
|
ScheduleService |
The service to manage the life cycle of a schedule.
|
Class | Description |
---|---|
Schedule |
The class that represents a schedule.
|
ScheduleDescriptor |
A lightweight client representation of a schedule.
|
ScheduleJobInfo |
The class to schedule a job.
|
ScheduleTrigger |
The class that defines when a schedule runs.
|
Enum | Description |
---|---|
ScheduleDescriptor.ScheduleStatus |
The status of a schedule.
|
ScheduleTrigger.DayOfWeek |
The days of a week to use in weekly schedules.
|
ScheduleTrigger.TriggerType |
The intervals in which the schedule runs.
|
Exception | Description |
---|---|
ScheduleException |
Thrown when there is an error with a schedule.
|
ScheduleNotFoundException |
Thrown when the specified schedule is not found or the user does not have access to the schedule.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>