server property

Server get server

Clients should implement this method to return the server being managed. This mixin will stop the server process if a connection cannot be established or if a server error occurs after connecting.

Implementation

Server get server;