Start the IPC server
Source position: advancedipc.pp line 168
public function TIPCServer.StartServer( |
const aDeletePendingRequests: Boolean = True |
):Boolean; |
aDeletePendingRequests |
|
Delete pending requests on startup if True |
True if server started successfully
The StartServer function activates the IPC server, making it available for client connections. Returns True if the server was successfully started or was already running. Optionally deletes any pending requests from previous sessions.
|
Stop the IPC server |
|
|
Server running state |