Skip to main content
Module

x/uuid/lib/lib.deno_runtime.d.ts>Deno.kill

Deprecated! UUID is part of the deno standard library
Latest
function Deno.kill
import { Deno } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { kill } = Deno;

Send a signal to process under given PID. Unix only at this moment. If pid is negative, the signal will be sent to the process group identified by -pid.

Parameters

pid: number
signo: number