Flowdock
getpgrp() public

Returns the process group ID for this process. Not available on all platforms.

Process.getpgid(0)   #=> 25527
Process.getpgrp      #=> 25527
Show source
Register or log in to add new notes.