Skip to main content
Deno.ChildProcess.prototype.kill - Deno documentation
method Deno.ChildProcess.prototype.kill
ChildProcess.prototype.kill(signo?: Signal): void
Kills the process with given [`Deno.Signal`](../././~/Deno.Signal). Defaults to `SIGTERM` if no signal is provided.

Parameters

optional
signo: Signal = "SIGTERM"

Return Type

void