byebye

0.9.0 • Public • Published

byebye

npm Travis branch AppVeyor branch Downloads David David opt David dev

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

Dependencies (3)

Dev Dependencies (2)

Package Sidebar

Install

npm i byebye

Weekly Downloads

0

Version

0.9.0

License

MIT

Last publish

Collaborators

  • elnounch