UNPKG
is-running
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Test if a process with a given pid is running
github.com/nisaacson/is-running
nisaacson/is-running
is-running
/
test
/
dummyChild.js
3 lines
(2 loc)
•
37 B
JavaScript
View Raw
1
2
3
process.
on
(
'exit'
,
function
(
) { });