Process information, including its PID and the path of its executable file, returned by Process::list().
printf(
"Process %i: %s\n",
info.pid(), *
info.name());
An Array is a contiguous and resizable array of any type of elements.
Definition Array.h:77
static Array< ProcessInfo > list()
Returns a list of all running processes in the system, with their PID and executable path.
#include <asl/Process.h>
The documentation for this class was generated from the following file: