endregion region Requests during program execution OnSignal is called when the client requests a Signal to be sent to the running process. The implementation can return an error to reject the request.
( requestID uint64, signal string, )
| 440 | // OnSignal is called when the client requests a Signal to be sent to the running process. The implementation can |
| 441 | // return an error to reject the request. |
| 442 | OnSignal( |
| 443 | requestID uint64, |
| 444 | signal string, |
| 445 | ) error |
no outgoing calls
no test coverage detected