Rdocumentation
powered by
Learn R Programming
RAppArmor (version 0.6.0)
kill: Kill a process
Description
Kill a process. Negative values kill a process group.
Usage
kill(pid, signal = SIGTERM, verbose = TRUE)
Arguments
pid
process id.
signal
kill signal
verbose
print some C output (TRUE/FALSE)