byebye
v0.9.0
Published
Try his best to cleanly stop a process you spawned.
Downloads
2
Readme
byebye
Politely ask a program to quit, and then enforce it to. Cross-platform.
Usage
byebye( process, [callback], [options], [timeout] )
process
is an object returned by any function of the library child_process.callback
is an optional function which will get called after process ended.It will be called as
callback( signal_or_error_received, return_code )
.options
is an object with any of the following properties :timeout
: delay (in seconds) before killing process if it didn't react to initial request to quit (defaults to 5).
license
MIT