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