Learn R Programming

subprocess (version 0.8.3)

process_exists: Check if process with a given id exists.

Description

Check if process with a given id exists.

Usage

process_exists(x)

Arguments

x

A process handle returned by spawn_process or a OS-level process id.

Value

TRUE if process exists, FALSE otherwise.