kill.process: kill.process

Description Usage Arguments Details Value Author(s)

View source: R/rook.analysis.page.server.R

Description

Kill a process and wait for it.

Usage

1

Arguments

pid

Process ID, or list with $pid component

Details

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.

Value

Same as wait in the fork package.

Author(s)

Brad Friedman


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.