Active read-only
property If the thread is active returns True and False otherwise.
The thread is active if it has been started (with the Start method)
and not Stopped. So if the thread is Busy it is always active but it
can be active even if it is not busy, but the script is still in the
memory and Execute can be called.
Syntax:
variable = object.Active
Applies to: COMScriptThread
object
|