Check if a server with given ID is running
Source position: advancedipc.pp line 94
public class function TIPCBase.ServerRunning( |
const aServerID: string; |
const aGlobal: Boolean = False |
):Boolean; overload; |
aServerID |
|
Server ID to check |
aGlobal |
|
Check global server if True, local server if False |
True if server is running, False otherwise
The ServerRunning class function checks whether an IPC server with the specified ID is currently active. Returns True if the server is running and accessible.
|
Find all running servers with matching server ID prefix |