Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / ResumeRecording Method


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