|
rush
Revamped UNIX Shell
|
Process-information structure. More...
#include <shellutils.h>
Data Fields | |
| pid_t | pid |
| char * | cmdLine |
| bool | background |
| ProcState | state |
Process-information structure.
| bool background |
Process should run in the background?
| char* cmdLine |
Original command line.
| pid_t pid |
Process ID.
| ProcState state |
Current process state.
1.8.1.2