![]() |
YASH 0.1
CLI written in C
|
Represents a job. More...
#include <jobs.h>
Public Attributes | |
| int | id |
| Job ID number. | |
| pid_t | pgid |
| Process group ID. | |
| char | cmdline [MAX_CMDLINE] |
| Command line string. | |
| JobStatus | status |
| Current job status. | |
| int | is_background |
| Background flag: 0 = fg/stopped-in-fg; 1 = running in bg or bg'ed. | |
Represents a job.