listInactiveAgents

fun listInactiveAgents(executorService: ExecutorService? = null): List<TAgent>(source)

Retrieves a list of all inactive agents.

This method utilizes the provided ExecutorService for dispatching, if specified. If no ExecutorService is provided, a default strategy-specific executor will be used.

Return

A list of TAgent objects representing the inactive agents.

Parameters

executorService

An optional ExecutorService to execute the operation. If null, the default executor service of the agent's configuration is used.