struct procstat
Defined at line 58 of file ../../zircon/third_party/uapp/dash/src/jobs.h
A job structure contains information about a job. A job is either a
single process or a set of processes contained in a pipeline. In the
latter case, pidlist will be non-NULL, and will point to a -1 terminated
array of pids.
Public Members
pid_t pid
int status
char * cmd