Signal sends a signal to a backgrounded command.
(sig os.Signal)
| 133 | Background() |
| 134 | // Signal sends a signal to a backgrounded command. |
| 135 | Signal(sig os.Signal) error |
| 136 | // Stderr allows retrieving the raw stderr output of the command once it has been run. |
| 137 | Stderr() string |
| 138 | } |
no outgoing calls