InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / Macro Object / ResumeRecording Method
In This Topic
    ResumeRecording Method (Macro)
    In This Topic
    Resumes recording a macro in the current terminal session.
    Syntax
    expression.ResumeRecording() 
    where expression is a variable that represents a Macro Object
    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