method Deno.ChildProcess.prototype.kill
Jump to headingChildProcess.prototype.kill(signo?: Signal): void
Kills the process with given Deno.Signal
.
Defaults to SIGTERM
if no signal is provided.
Parameters Jump to heading
optional
Jump to headingsigno: Signal = "SIGTERM"
Return Type Jump to heading
void