removeTaskAtIndex

fun removeTaskAtIndex(taskIndex: Int)

Removes whatever task is at the given queue position Note: this will remove the index and shift all other tasks down, meaning that tasks being added/removed will affect the index of the task you want to remove

Parameters

taskIndex

the array index to be removed, starting from 0