ExitStatus sends the program exit status to the client.
(code uint32)
| 167 | Stderr() io.Writer |
| 168 | // ExitStatus sends the program exit status to the client. |
| 169 | ExitStatus(code uint32) |
| 170 | // ExitSignal sends a message to the client indicating that the program exited violently. |
| 171 | ExitSignal(signal string, coreDumped bool, errorMessage string, languageTag string) |
| 172 | // CloseWrite sends an EOF to the client indicating that no more data will be sent on stdout or stderr. |
no outgoing calls