QXI Connection Pool Manager > Connection Pool Administration > Connection Pool States
  
Connection Pool States
Each connection has one of the following statuses:
Initializing
A connection is just starting and is not yet available for use.
Idle
The connection is active and available for the next user request.
Busy
The connection is currently executing a user request.
Pause
The connection is waiting for a response from the user; for example, the system prompts the user to press the space bar to continue.
Processing
The connection is actively updating the Progress database; database records are locked.
Force Disconnect
It is a temporary state that occurs when the administrator closes an initializing connection.
Disconnected
It is a temporary state that occurs when idle connections are closed.