Attachmate.Reflection.Objects.Emulation.IbmHosts Library : Macro Object |
The following tables list the members exposed by Macro.
Name | Description | |
---|---|---|
![]() | Data | Gets or sets a string variable that can be used as data during macro execution. |
![]() | Parent | Gets the parent object. |
![]() | Recording | Gets a value indicating whether the macro recorder is currently recording. |
![]() | RecordingPaused | Gets a value indicating whether the macro recorder is currently paused. |
![]() | Script | Gets the current macro recording script, if any. Returns an empty string if no script is currently recording. |
Name | Description | |
---|---|---|
![]() | GetMacroNames | Gets a list of existing macro names. |
![]() | PasswordBox | Opens a dialog box containing a prompt and a text box for user input, and returns the contents of the text box after the user clicks OK. The text entered into the text box appears as asterisks on screen. This method returns an error if the user clicks Cancel. |
![]() | PauseRecording | Starts recording a macro in the current terminal session. |
![]() | ResumeRecording | Resumes recording a macro in the current terminal session. |
![]() | RunExpressMacro | Runs an Express macro. |
![]() | RunExternalLegacyReflectionMacro | Runs a legacy Reflection macro from an external file (that is, not from a settings file currently in use). |
![]() | RunHostExplorerMacro | Runs a HostExplorer macro. |
![]() | RunLegacyExtraMacro | Runs a legacy EXTRA! macro. |
![]() | RunLegacyReflectionMacro | Runs a legacy Reflection macro. |
![]() | RunLegacyReflectionMacroFile | Runs the legacy Reflection macro that in the specified macro file. |
![]() | RunMacro | Runs a macro that takes a single parameter. |
![]() | RunMacro2 | Runs a macro that takes no parameters. |
![]() | RunMacro3 | Runs a macro that takes an array of parameters. |
![]() | RunPcommMacro | Runs an IBM Personal Communications macro. |
![]() | RunQwsMacro | Runs a QWS macro. |
![]() | RunRumbaMacro | Runs a Micro Focus Rumba macro. |
![]() | ShowMacroDialog | Displays the Run Macro dialog box. |
![]() | StartMacroRecording | Starts recording a macro in the current terminal session. |
![]() | StopMacro | Stops a currently running macro. Does nothing if a macro is not running in the current terminal session. |
![]() | StopMacroRecording | Stops the macro recorder in the current terminal session, and saves the macro. |