Unit 'AdvancedIPC' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl]

TIPCServer.StopServer

Stop the IPC server

Declaration

Source position: advancedipc.pp line 170

public function TIPCServer.StopServer(

  const aDeletePendingRequests: Boolean = True

):Boolean;

Arguments

aDeletePendingRequests

  

Delete pending requests on shutdown if True

Function result

True if server stopped successfully

Description

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.

See also

StartServer

  

Start the IPC server

Active

  

Server running state


Documentation generated on: Dec 15 2025