Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
ScheduleDescriptor.ScheduleStatus |
ScheduleDescriptor.getStatus()
Gets the status of the schedule.
|
static ScheduleDescriptor.ScheduleStatus |
ScheduleDescriptor.ScheduleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleDescriptor.ScheduleStatus[] |
ScheduleDescriptor.ScheduleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
ScheduleDescriptor(String id,
String name,
String description,
String owner,
ScheduleDescriptor.ScheduleStatus status,
String schedulableLabel,
Date lastModified)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA