R/ppid.R

Defines functions getPpid

Documented in getPpid

#' Get parent pid
#' 
#' Returns the pid of the parent process (on unix like systems) or 0 (on windows).
#' 
#' @keywords internal
#' 
#' @useDynLib vscDebugger c_get_ppid
getPpid <- function(){
  .Call(c_get_ppid)
}
ManuelHentschel/vscDebugger documentation built on April 13, 2025, 8:59 p.m.