The following tables list the members exposed by IMacro.
Public Properties
| Name | Description |
 | Parent | Gets the parent object. This is the 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
Public Methods
Public Events
| Name | Description |
 | MacroCompleted | Raised when a macro has completed. This does not apply to legacy Reflection macros or legacy EXTRA! macros. |
 | MacroStarted | Raised when a macro has started. This does not apply to legacy Reflection macros or legacy EXTRA! macros. |
Top
See Also