Process.getpgid(pid) â integer
Class Public methods
Returns the process group ID for the given process id. Not available on all platforms.
1 | Process.getpgid(Process.ppid()) #=> 25527 |
Returns the process group ID for the given process id. Not available on all platforms.
1 | Process.getpgid(Process.ppid()) #=> 25527 |
Designed by : w10schools
service@w10schools.com
Please login to continue.