| kill - Cancel or abort a background task |
| 'ssh' -p <port> <host> 'kill' <ID> ... |
| Cancels a scheduled task from the queue. If the task has already |
| been started, requests for the task to cancel as soon as it reaches |
| its next cancellation point (which is usually blocking IO). |
| Caller must be a member of the privileged 'Administrators' group, |
| or have been granted link:access-control.html#capability_kill[the 'Kill Task' global capability]. |
| Intended for interactive use only. |
| Part of link:index.html[Gerrit Code Review] |