Stop the IPC server
Source position: advancedipc.pp line 170
public function TIPCServer.StopServer( |
const aDeletePendingRequests: Boolean = True |
):Boolean; |
aDeletePendingRequests |
|
Delete pending requests on shutdown if True |
True if server stopped successfully
The StopServer function deactivates the IPC server, making it unavailable for client connections. Returns True if the server was successfully stopped. Optionally deletes any remaining pending requests.
|
Start the IPC server |
|
|
Server running state |