Test if a process with a given pid is running


Keywords
pid, running, child, exec, spawn
License
BSD-3-Clause
Install
npm install is-running@2.0.2

Documentation

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