Scheduler.removeTask

Removes a task from the scheduler and halts its execution.

class Scheduler
final
void
removeTask

Parameters

task ScheduledTask

The task to remove.

Meta