Kill the command process. Returned error is as for os.Process.Kill()
()
| 70 | |
| 71 | // Kill the command process. Returned error is as for os.Process.Kill() |
| 72 | Kill() error |
| 73 | |
| 74 | // Signal sends a signal to the command process. On non-windows systems, the |
| 75 | // returned error is as for os.Process.Signal(), on Windows it's |
no outgoing calls