Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleService.deleteSchedule(String id)
Deletes the schedule
|
Schedule |
ScheduleService.getSchedule(String id)
Gets the full client representation of a schedule for the specified identifier.
|
void |
ScheduleService.pauseSchedule(String id)
Pauses the schedule.
|
void |
ScheduleService.resumeSchedule(String id)
Resumes the schedule
|
Schedule |
ScheduleService.updateSchedule(Schedule schedule)
Updates the schedule
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>