Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

supervisor_kill

Terminate all supervised processes and the supervisor process itself as well


Description

On Unix the supervisor sends a SIGTERM signal to all supervised processes, and gives them five seconds to quit, before sending a SIGKILL signal. Then the supervisor itself terminates.

Usage

supervisor_kill()

Details

Windows is similar, but instead of SIGTERM, a console CTRL+C interrupt is sent first, then a WM_CLOSE message is sent to the windows of the supervised processes, if they have windows.


processx

Execute and Control System Processes

v3.5.2
MIT + file LICENSE
Authors
Gábor Csárdi [aut, cre, cph] (<https://orcid.org/0000-0001-7098-9676>), Winston Chang [aut], RStudio [cph, fnd], Mango Solutions [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.