Void setPGid(Int pid, Int pgid)
Arguments
pid: The process ID to set the group of, or zero to use the current process.pgid: The new process group ID, or zero to use the current process' group ID
Usage
Set the process group id of pid to pgid.
pid: The process ID to set the group of, or zero to use the current process.pgid: The new process group ID, or zero to use the current process' group IDSet the process group id of pid to pgid.