stopServer - disengages all clients and stops running as a server

USAGE

    stopServer

DESCRIPTION

This closes the connections to all clients and stops listening for new client connections. It will return an error if the current process is not acting as a server.

EXAMPLES

To make sure the current process is not acting as a server (and to avoid causing an error):

    lens> catch stopServer

SEE ALSO

startServer


Last modified: Mon Jun 8.33:19:54 EDT 1998