gerrit/Documentation/cmd-kill.txt
David Shevitz e369eeee95 Clear up syntax for command reference files
Change-Id: I687a0efcb603912a96406876f8f987512d46e449
2018-09-26 12:31:46 -07:00

30 lines
638 B
Plaintext

= kill
== NAME
kill - Cancel or abort a background task.
== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _kill_ <ID> ...
--
== DESCRIPTION
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).
== ACCESS
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].
== SCRIPTING
Intended for interactive use only.
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------