Returns whether the specified url connection objects allows user interaction.
Syntax
getAllowUserInteraction( urlconnection )
urlconnection.getAllowUserInteraction( )
Parameters
urlconnection
|
the url connection object to check.
|
Returns
boolean
|
true if the allow user interaction field is enabled for the specified url connection object.
false if the allow user interaction field is disabled for the specified url connection object.
|
Example
if urlcon.getAllowUserInteraction( ) then
break
end
|