Skip to content

Returns the terminal of the process. Not implemented on Windows, always returns NA_character_. On Unix it returns NA_character_ if the process has no terminal.

Usage

ps_terminal(p = ps_handle())

Arguments

p

Process handle.

Value

Character scalar.

Details

Works for zombie processes.

Examples

p <- ps_handle()
p
#> <ps::ps_handle> PID=7259, NAME=R, AT=2025-02-19 12:08:45.63
ps_terminal(p)
#> [1] NA