Agent status provide information of all the Progress Application Server agents available to an ABL application. Agent connection status provides information on the connection of an agent of an ABL application.

For more information about viewing agent status, see List agents, and Gent agent connections.

Agent connection status

A agent connection status is maintained by the session manager. The session state can be viewed in OpenEdge Management or through the session information REST API. The agent connection states can be displayed as:
  • INIT–Indicates that connection is being initialized.
  • AVAILABLE–Indicates that an agent connection available for next request.
  • RESERVED–Indicates that an agent connection is reserved for running a request.

Agent status

An agent status indicates the messaging status between the session manager and the multi-session agent. The agent status can be viewed in OpenEdge Management or through the current request information REST API. The request states can be displayed as:
  • INIT / STARTING–Indicates that the agent is being initialized.
  • AVAILABLE–Indicates that an agent is available for use.
  • STOPPING–Indicates that the agent is in the process of shutdown.
  • FORCE_STOPPING–Indicates that the agent initiated an emergency shutdown due to a fatal issue it encountered and is in the process of shutting down.
  • STOPPED–Indicates that the agent has stopped. Session manager is in process of cleaning its entry.