Returns whether the Timer and/or Event is running or stopped.
Syntax
object.Status[=Boolean]
Properties
The Status property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the Timer and/or Event is running or stopped. |
Return Values
The Status property return values are:
Value |
Description |
True |
The Timer or Event is running. |
False |
The Timer or Event is stopped. |