KNX tunneling client - connection state

Hi,
Is there a way to add my Knx tunneling client’s connection state as a variable?
It takes too long to reconnect after screen off, and I would like to add the state information (connected - disconnected -Connecting etc) on my pages.
Thanks in advance

Whenever a source is disconnected your variables should all be reset to an empty string / null value. When you see that a variable doesn’t have a value that should be an indication that the connection is down.

Thanks for the reply.
It is annoying to lose connection after the screen goes off, and not knowing if the app tries to reconnect or tried and failed.
For anyone who might find the following useful,
I added a button on every page and linked an event trigger --> target app --> method reload, so I can instantly reload and reconnect to my KNX IP router.