Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ sendSignal()

void sendSignal ( string id,
string signal ) throws ServerNotExistException, NodeUnreachableException, DeploymentException, BadSignalException

Sends a signal to a server.

Parameters
idThe server ID.
signalThe signal, for example SIGTERM or 15.
Exceptions
ServerNotExistExceptionThrown when the server doesn't exist.
NodeUnreachableExceptionThrown when the node is unreachable.
DeploymentExceptionThrown when the deployment of the server failed.
BadSignalExceptionThrown when the signal is not recognized by the target server.