terminalExitCode {rstudioapi} | R Documentation |
Terminal Exit Code
Description
Get exit code of terminal process, or NULL if still running.
Usage
terminalExitCode(id)
Arguments
id |
The terminal id. The |
Value
The exit code as an integer vector, or NULL if process still running.
Note
The terminalExitCode
function was added in version 1.1.350 of
RStudio.
[Package rstudioapi version 0.16.0 Index]