job kill
for experimental
Kill a background job.
Signature
> job kill {flags} (id)
Parameters
id
: The id of the job to kill.
Input/output types:
input | output |
---|---|
nothing | nothing |
Examples
Kill a newly spawned job
> let id = job spawn { sleep 10sec }; job kill $id