InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems 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 or specifies a string variable that can be used as data during macro execution.  
     PropertyGets the parent object (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 the macro recorder in the current terminal session.  
     MethodResumes recording a macro in the current terminal session.  
     MethodRuns a legacy Reflection macro that is not in the settings file in use for this session.  
     MethodRuns a HostExplorer acro.  
     MethodRuns an Extra! macro.  
     MethodRuns a legacy Reflection macro.  
     MethodRuns the legacy Reflection macro that is in the specified file.  
     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