|
APGScript Object |
|
See Also: |
The Waiting property returns whether the script is currently in a Wait() call.
VBScript:
JScript:
| oAPGScript | An APGScript object. |
| bWaiting | True if the APG script is currently in a Wait() call. |
This property provides external access to the Script.Waiting property.
APGScript.Waiting is True only when script execution is inside a Wait() statement.