unbind

fun unbind(index: Int)

Unbind a task from the scheduler, based on the index of the task in the scheduler's allocated tasks.

This can either be determined by the order in which the tasks were bound, or by the ID of the task via the ScheduledTask.id property, which is the same thing.

Since

7.0.0

Parameters

index

The index of the task to unbind.

Throws

If the index is out of bounds.


Unbind a scheduled task from the scheduler.

Since

7.0.0

Parameters

task

The ScheduledTask to unbind.