send a SIGKILL to the process and wait for the exit.
()
| 45 | |
| 46 | // send a SIGKILL to the process and wait for the exit. |
| 47 | terminate() error |
| 48 | |
| 49 | // wait waits on the process returning the process state. |
| 50 | wait() (*os.ProcessState, error) |
no outgoing calls
no test coverage detected