-
Method Summary
void
void
boolean
Checks to see if the schedule named is active or not at the given time.
boolean
Checks to see if the schedule named is active or not at the given time.
void
void
Returns the model of the named schedule
Return a list of all defined schedules
boolean
Checks to see if there is a schedule with the given name.
void
void
-
Method Details
-
checkSchedule
Checks to see if the schedule named is active or not at the given time. If the schedule doesn't exist, false will
be returned.
-
checkSchedule
boolean checkSchedule(@Nullable
String schedule,
long date)
Checks to see if the schedule named is active or not at the given time. If the schedule doesn't exist, false will
be returned.
-
isScheduleDefined
boolean isScheduleDefined(String schedule)
Checks to see if there is a schedule with the given name. Names are case insensitive.
-
getSchedules
Return a list of all defined schedules
-
getScheduleModel
Returns the model of the named schedule
-
-
-
-
-
-
-
-