()
| 70 | // Start and Wait are for running a process non-blocking |
| 71 | Start() error |
| 72 | Wait() error |
| 73 | |
| 74 | // Stops the command by sending SIGTERM. It is not guaranteed the |
| 75 | // process will stop before this function returns. If the process is not |
no outgoing calls