I assume you mean MODBUS over TCP. If so, no the connection does not get closed immediately, it waits for a period of time to see if more communications will be sent. There is however a maximum number of TCP connections that can be kept open at one time. If a new connection is formed when at limit, the oldest connection will be closed.
AFAIK, there isn't a connection closed status.