| Name | Trace |
|---|---|
| Type | Property |
| Summary | Trace mode property |
| Prototype | boolean Trace; |
| Description | Set to 1 to turn trace mode on, 0 to turn it off. When trace mode is on debug messages appear in the output window. These occur when: 1. A trigger matches 2. A timer fires 3. An alias matches 4. A script executes |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | This is a property. You can use it to find whether trace mode is on. |