Uses of Enum Class
dev.le_app.mcss_api_java.TaskJobType
Packages that use TaskJobType
-
Uses of TaskJobType in dev.le_app.mcss_api_java
Methods in dev.le_app.mcss_api_java that return TaskJobTypeModifier and TypeMethodDescriptionTask.getTaskJobType()static TaskJobTypeReturns the enum constant of this class with the specified name.static TaskJobType[]TaskJobType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.le_app.mcss_api_java with parameters of type TaskJobTypeModifier and TypeMethodDescriptionScheduler.createFixedTimeTask(String Name, Boolean Enabled, Boolean repeating, LocalTime time, TaskJobType job, String jobData) Create a new Fixed Time taskScheduler.createIntervalTask(String Name, Boolean Enabled, Boolean repeating, int interval, TaskJobType job, String jobData) Create a new Interval TaskScheduler.createTimelessTask(String Name, Boolean Enabled, TaskJobType job, String jobData) Create a new Interval Task