kill.process {AnalysisPageServer} | R Documentation |
Kill a process and wait for it.
kill.process(pid)
pid |
Process ID, or list with |
Kill a process and wait for it. Nothing more than kill(pid); wait(pid)
,
but handy to have a single function so you don't forget the wait()
call.
Same as wait
in the fork
package.
Brad Friedman