Advanced
Cancels a scheduled task.
The unique identifier of the task to cancel.
Initializes the scheduler system and starts the ticker.
Schedules a repeating task.
The function to execute.
The interval duration in milliseconds.
this will spread out tasks so that they do not all run at the same time
The unique identifier for the scheduled task.
The SchedulerSystem manages scheduled tasks with specific intervals.