Type Boolean Event networkStatus Revision Release 2024.3703 Keywords networkStatus, isInteractionRequired See also network.setStatusListener()
This property is true
if the user will be required to interact with the application to (re)connect to the host, for example if the user will need to enter a password.
local function myNetworkReachabilityListener( event ) print("IsInteractionRequired", event.isInteractionRequired ) end