The IsBusy function gets a value that indicates whether the object is engaged in a navigation or downloading operation.
Syntax
Integer Browser.IsBusy()
Parameters
The IsBusy function has no parameters.
Return value
The IsBusy function returns true or false.
Example
if myBrowser.IsBusy()
end
end