Wait for the command to complete. Returned error is as for exec.Cmd.Wait()
()
| 67 | type Process interface { |
| 68 | // Wait for the command to complete. Returned error is as for exec.Cmd.Wait() |
| 69 | Wait() error |
| 70 | |
| 71 | // Kill the command process. Returned error is as for os.Process.Kill() |
| 72 | Kill() error |
no outgoing calls