Name
CloseServer -- shutdown an existing server (V5.0)
Synopsis
CloseServer(id)
Function
This function shuts down the server specified by the identifier argument. The server you pass here must have been created by the CreateServer() command.

It is important that you disconnect all clients from your server using the CloseConnection() command before you call CloseServer().

Inputs
id
identifier of the server to shut down

Show TOC