Info("serverconnection")

FYI, you can start new topics here. So I’m going to do that rather than replying to the “secret” post.

You should know that using info(“serverconnection”) doesn’t actually contact the server or verify that the server is accessible at that instant. It simply checks the local databases record of whether it connected to the server when it opened. So clicking on your object is not going to give you any additional information you wouldn’t get by looking for the wifi icon in the toolbar. In both cases the underlying source of truth is the same.

The server admin window, on the other hand, does contact the server over and over again to determine what is going on. But there’s no current way for you to do that in your own program.

Oh well. I can just use it to get false reassurance.