listFinishedAgents

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

Retrieves a list of finished agents.

Return

A list of finished agents.

Parameters

executorService

The optional executor service to be used for the operation. If no executor service is provided, a default one will be used.