[Top]
System
|
Method System.getsid()
- Method
getsid
-
int System.getsid(int|void pid)
- Description
-
Get the process session ID for the given process. If pid is
not specified, the session ID for the current process will
be returned.
- See also
-
System.getpid, System.getpgrp, System.setsid
|