View source: R/crew_terminate_signal.R
| crew_terminate_signal | R Documentation |
Get a supported operating system signal for terminating a local process.
crew_terminate_signal()
An integer of length 1: tools::SIGTERM if your platform
supports SIGTERM. If not, then crew_crew_terminate_signal()() checks
SIGQUIT, then SIGINT, then SIGKILL, and then returns the first
signal it finds that your operating system can use.
Other utility:
crew_assert(),
crew_clean(),
crew_deprecate(),
crew_eval(),
crew_random_name(),
crew_retry(),
crew_terminate_process(),
crew_worker()
crew_terminate_signal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.