InfoConnect for Airlines
IMacro Interface Members
Properties  Methods  Events

The following tables list the members exposed by IMacro.

Public Properties
 NameDescription
 PropertyParentGets the parent object. This is the terminal object.  
 PropertyRecordingReturns whether the macro recorder is currently recording.  
 PropertyRecordingPausedReturns whether the macro recorder is currently paused.  
 PropertyScriptGets the current macro recording script, if any. Returns String.Empty if no script is currently recording.  
Top
Public Methods
 NameDescription
 MethodGetMacroNamesGets a list of existing macro names.  
 MethodPasswordBoxDisplays a prompt for the Password dialog box.  
 MethodPauseRecordingPauses macro recording in the current terminal session.  
 MethodResumeRecordingResumes recording a macro in the current terminal session.  
 MethodRunMacroOverloaded. Runs a macro.  
 MethodShowMacroDialogDisplays the Run Macro dialog box.  
 MethodStartMacroRecordingStarts recording a macro in the current terminal session.  
 MethodStopMacroStops a currently running macro.  
 MethodStopMacroRecordingStops the macro recorder in the current terminal session, and saves the macro.  
Top
Public Events
 NameDescription
 EventMacroCompletedRaised when a macro has completed. This does not apply to legacy Reflection macros or legacy EXTRA! macros.  
 EventMacroStartedRaised when a macro has started. This does not apply to legacy Reflection macros or legacy EXTRA! macros.  
Top
See Also