Skip to content

ElNounch/byebye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published