void check_completed_background_processes()
Method that checks if a background process has completed and prints corresponding information to the ...
Definition: background_manager.c:6
void add_background_process(pid_t pid, const Command *command)
Add background process to store information about the process.
Definition: background_manager.c:43