InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IMacro Interface
Properties Methods Events

In This Topic
    IMacro Interface Members
    In This Topic

    The following tables list the members exposed by IMacro.

    Public Properties
     NameDescription
     PropertyGets the parent object. This is the terminal object.  
     PropertyReturns whether the macro recorder is currently recording.  
     PropertyReturns whether the macro recorder is currently paused.  
     PropertyGets the current macro recording script, if any. Returns String.Empty if no script is currently recording.  
    Top
    Public Methods
     NameDescription
     MethodGets a list of existing macro names.  
     MethodDisplays a prompt for the Password dialog box.  
     MethodPauses macro recording in the current terminal session.  
     MethodResumes recording a macro in the current terminal session.  
     MethodOverloaded. Runs a macro.  
     MethodDisplays the Run Macro dialog box.  
     MethodStarts recording a macro in the current terminal session.  
     MethodStops a currently running macro.  
     MethodStops the macro recorder in the current terminal session, and saves the macro.  
    Top
    Public Events
     NameDescription
     EventRaised when a macro has completed. This does not apply to legacy Reflection macros or Extra! macros.  
     EventRaised when a macro has started. This does not apply to legacy Reflection macros or Extra! macros.  
    Top
    See Also