Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
ScheduleTrigger |
Schedule.getTrigger()
Gets the trigger that defines when to run the schedule.
|
Modifier and Type | Method and Description |
---|---|
Schedule |
ScheduleService.createSchedule(String name,
String description,
Schedulable schedulable,
ScheduleTrigger trigger)
Creates a schedule that runs the job that is specified in the schedulable at the time that is defined in the
trigger.
|
void |
Schedule.setTrigger(ScheduleTrigger trigger)
Sets the trigger which defines when to run the schedule.
|
Constructor and Description |
---|
Schedule(String id,
String name,
String description,
String owner,
ScheduleDescriptor.ScheduleStatus status,
String schedulableLabel,
Date lastModified,
Schedulable schedulable,
ScheduleTrigger trigger)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA