Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denoexec/mod.ts>Process#kill

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
method Process.prototype.kill
import { Process } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

UNSTABLE: The signo argument may change to require the Deno.Signal enum.

signo is only used on Linux & MacOS and totally ignored by Windows. This version of kill supports Windows by shelling out to taskkill.

Parameters

optional
signo: Deno.Signal = [UNSUPPORTED]