Skip to main content

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