Busy Property (ALog)

Returns a value that determines whether or not the Log control is engaged in a downloading operation or other activity.

Syntax

[ bBusy = ] Object.Busy

The Busy property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bBusy

Bool

A boolean expression that specifies whether the object is engaged in a downloading operation or other activity.

Where

bBusy can be one of the following:

 

ValueS

Description

True

The control is engaged in a downloading operation or other activity.

False

The control is not engaged in an operation or activity.

Comments

This property is read-only at run time.

Example

The following statement retrieves whether or not the ALog object is engaged in a downloading operation or other activity:

blog1Busy = log1.Busy

Applies to

ALog

See Also

Clear, LocationURL, Navigate, DoEvents