Remove a task from queue (thread.kill)
Declaration
thread.kill(task_id)
Parameters
- task_id
Integer.
Notes
Remove a task from the queue, regardless of whether it has started or completed.
Example
See chapter end
thread.kill(task_id)
Remove a task from the queue, regardless of whether it has started or completed.
See chapter end