getpgid

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
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.