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=7339, NAME=R, AT=2025-04-12 12:51:54.13
ps_terminal(p)
#> [1] NA