blob: db5093d2211a75cf2a8683be31e091f54172f42c [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= kill
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -08002
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08003== NAME
David Shevitze369eee2018-09-26 12:31:46 -07004kill - Cancel or abort a background task.
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -08005
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08006== SYNOPSIS
Michael Ochmanne2d76a12016-06-23 17:07:37 +02007[verse]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -08008--
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009_ssh_ -p <port> <host> _kill_ <ID> ...
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080010--
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -080011
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080012== DESCRIPTION
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -080013Cancels a scheduled task from the queue. If the task has already
14been started, requests for the task to cancel as soon as it reaches
15its next cancellation point (which is usually blocking IO).
16
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080017== ACCESS
Shawn O. Pearce7f485142011-06-16 13:49:42 -070018Caller must be a member of the privileged 'Administrators' group,
Fredrik Luthander46843022012-03-13 16:11:02 +010019or have been granted link:access-control.html#capability_kill[the 'Kill Task' global capability].
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -080020
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080021== SCRIPTING
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -080022Intended for interactive use only.
23
Yuxuan 'fishy' Wangc955b4c2014-03-25 12:34:20 -070024GERRIT
25------
Shawn O. Pearce3f1a13a2009-11-20 20:15:41 -080026Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070027
28SEARCHBOX
29---------