Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dax/src/command.ts>KillSignalController#kill

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method KillSignalController.prototype.kill
import { KillSignalController } from "https://deno.land/x/dax@0.38.0/src/command.ts";

Send a signal to the downstream child process. Note that SIGTERM, SIGKILL, SIGABRT, SIGQUIT, SIGINT, or SIGSTOP will cause all the commands to be considered "aborted" and will return a 124 exit code, while other signals will just be forwarded to the commands.

Parameters

optional
signal: Deno.Signal = [UNSUPPORTED]