Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / PauseRecording Method


PauseRecording Method (IMacro)
Pauses macro recording in the current terminal session.
Syntax
'Declaration
 
Sub PauseRecording() 
 
'Usage
 
Dim instance As IMacro
 
instance.PauseRecording()
Exceptions
ExceptionDescription
Thrown if the macro recorder is not currently recording.
Remarks
This method is valid only when the macro recorder is running. The method does nothing if the recorder is already paused.
See Also