isOpenFlow

open override val isOpenFlow: StateFlow<Boolean>

Whether at least one endpoint is open. This is a combination of all endpoints' IEndpoint.isOpenFlow.

To verify if a specific endpoint is open, use IEndpoint.isOpenFlow of the endpoint.