remove At Index
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
task Index
the array index to be removed, starting from 0