Removes a specified task from a TaskList.
Task = TaskList.removeTask(nIdx)
This method removes from the TaskList the task that you specify by its index value. This method does not remove the task from the Scheduler.
See also
deleteTasks method
removeAllTasks method
addTask method