Shawn O. Pearce | 3f1a13a | 2009-11-20 20:15:41 -0800 | [diff] [blame] | 1 | kill |
| 2 | ==== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | kill - Cancel or abort a background task |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | [verse] |
| 11 | 'ssh' -p <port> <host> 'kill' <ID> ... |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Cancels a scheduled task from the queue. If the task has already |
| 16 | been started, requests for the task to cancel as soon as it reaches |
| 17 | its next cancellation point (which is usually blocking IO). |
| 18 | |
| 19 | ACCESS |
| 20 | ------ |
Shawn O. Pearce | 7f48514 | 2011-06-16 13:49:42 -0700 | [diff] [blame] | 21 | Caller must be a member of the privileged 'Administrators' group, |
Fredrik Luthander | 4684302 | 2012-03-13 16:11:02 +0100 | [diff] [blame] | 22 | or have been granted link:access-control.html#capability_kill[the 'Kill Task' global capability]. |
Shawn O. Pearce | 3f1a13a | 2009-11-20 20:15:41 -0800 | [diff] [blame] | 23 | |
| 24 | SCRIPTING |
| 25 | --------- |
| 26 | Intended for interactive use only. |
| 27 | |
| 28 | GERRIT |
| 29 | ------ |
| 30 | Part of link:index.html[Gerrit Code Review] |