YASH 0.1
CLI written in C
Loading...
Searching...
No Matches
Job Struct Reference

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.
 

Detailed Description

Represents a job.


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