Test server connection
Requirements: Server name, port number
The action allows checking, whether a server is running or not. The action returns false, when the server is not running and true, otherwise. When the server is not running, the action tries to connect to server several times within 50 seconds.
DBConnect S|Server=server_name; P|Port=port_number;
Definition:
server_name - server name or IP number
port_number - port used by server

