revBrowserStop

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revBrowserStop <instanceId>
XBrowser_Stop [ <instanceId>]
Synonymsxbrowser_stop
Summary

Stops the specified browser.

Introduced2.8.1
OSmac, windows
Platformsdesktop
Parameters
NameTypeDescription
instanceId

The integer identifier of a browser object

Example
revBrowserStop tBrowserId
Values
NameTypeDescription
The result

The revBrowserStop command puts empty into the result.

RelatedCommand: revBrowserRefresh, revBrowserClose, revBrowserNavigate
Function: revBrowserOpen, result
Glossary: function
Securitynetwork
Description

The revBrowserStop command stops any page loading operation in progress in the browser specified by the instanceId. If no page is currently loading in the specified browser, then the revBrowserStop command has no effect.

Note: For general information on using the browser library, see the notes in the revBrowserOpen function reference.