tools
2.2.3
tools
/
me.scolastico.tools.handler
/
SchedulerHandler
Scheduler
Handler
open
class
SchedulerHandler
Content copied to clipboard
SchedulerHandler for easy scheduling of tasks!
Functions
Functions
enable
Link copied to clipboard
open
fun
enable
(
)
Content copied to clipboard
Enable the SchedulerHandler.
register
Task
Link copied to clipboard
open
fun
registerTask
(
configuration
:
SchedulerConfiguration
)
:
Long
Content copied to clipboard
Register your SchedulerConfiguration and enable it for automatic scheduling.
remove
Configuration
Link copied to clipboard
open
fun
removeConfiguration
(
id
:
Long
)
Content copied to clipboard
Remove a SchedulerConfiguration so it wont run again.