Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-running

nisaacson1.3mBSD2.1.0TypeScript support: definitely-typed

Test if a process with a given pid is running

pid, running, child, exec, spawn

readme

Test if a process with a given pid is running

Build Status Dependency Status Dependency tracking by David

Installation

npm install is-running

Usage

require('is-running')(897245) // returns true if a process with pid 897245 is running