pid returns the pid for the running process.
()
| 39 | type parentProcess interface { |
| 40 | // pid returns the pid for the running process. |
| 41 | pid() int |
| 42 | |
| 43 | // start starts the process execution. |
| 44 | start() error |
no outgoing calls
no test coverage detected