Skip to main content
Module

x/dkill/mod.ts>procList

🎯kill processes identified by port in Deno 🦕
Latest
function procList
Re-export
import { procList } from "https://deno.land/x/dkill@0.12.0/mod.ts";

list all process running. WARNING. DO NOT USE FOR macos (It returns nothing)

Returns

Promise<PidItem[]>

Array of Pid infos