EclypseRequest.elapsed_times#

property EclypseRequest.elapsed_times: list[timedelta | None]

The elapsed times until the responses were received.

Returns:

The elapsed times until the responses were received.

If a response is not yet available, a timedelta of 0 is returned for the corresponding recipient.

Return type:

list[timedelta]