MeVisLab Toolbox Reference
macos::Process Class Reference

Process related functions. More...

#include <macProcess.h>

Static Public Member Functions

static pid_t getppid (pid_t pid)
 Returns the process ID of the parent of the process with the given process id. More...
 
static bool isTranslated ()
 Determine if a process is running under Rosetta translation. More...
 

Detailed Description

Process related functions.

Definition at line 27 of file macProcess.h.

Member Function Documentation

◆ getppid()

static pid_t macos::Process::getppid ( pid_t  pid)
static

Returns the process ID of the parent of the process with the given process id.

◆ isTranslated()

static bool macos::Process::isTranslated ( )
inlinestatic

Determine if a process is running under Rosetta translation.

Definition at line 35 of file macProcess.h.

References macos::SysCtl::boolByName().


The documentation for this class was generated from the following file: