Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FifteenWindows/OS Functions (continued)

OLEIEIsBusy Function

Overview

The OLEIEIsBusy function test to see if the specified instance of Internet Explorer is busy.

Syntax/Parameters

Syntax

int = OLEIEIsBusy ( handle hOLE );

Parameters

hOLE

A handle to an open OLE connection for an Internet Explorer instance.

Return Value

Returns an int as TRUE or FALSE or a formatted error code on failure.

Remarks

The Internet Explorer object is no longer busy when the DOM is available for editing. Because javascript can edit the DOM after the page has been loaded this function only indicates that the initial load has completed. Any background javascript may continue to edit the page contents.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE