InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IMacro Interface / ResumeRecording Method


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