InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / PauseRecording Method


In This Topic
    PauseRecording Method (IMacro)
    In This Topic
    Pauses the macro recorder in the current terminal session.
    Syntax
    'Declaration
     
    
    Sub PauseRecording() 
    'Usage
     
    
    Dim instance As IMacro
     
    instance.PauseRecording()
    void PauseRecording()
    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 paused.
    See Also