Returns a value that specifies if the Internet Transfer control is busy. The control will return True when it is engaged in an operation such as retrieving a file from the Internet. The control will not respond to other requests when it is busy.
Syntax
object.StillExecuting = boolean
The StillExecuting property syntax has these parts:
| Part | Description | 
| object | An object expression that evaluates to an object in the Applies To list. | 
| boolean | A Boolean expression specifying whether the control is busy or not. | 
Data Type
Boolean
Settings
The settings for boolean are:
| Constant | Value | Description | 
| True | –1 | The control is busy. | 
| False | 0 | The control is not busy. |