IMacro Interface Properties
In This Topic
For a list of all members of this type, see IMacro members.
Public Properties
| Name | Description |
 | Data | Gets or specifies a string variable that can be used as data during macro execution. |
 | Parent | Gets the parent object (Terminal object). |
 | Recording | Returns whether the macro recorder is currently recording. |
 | RecordingPaused | Returns whether the macro recorder is currently paused. |
 | Script | Gets the current macro recording script, if any. Returns String.Empty if no script is currently recording. |
Top
See Also