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


In This Topic
    StopMacro Method (IMacro)
    In This Topic
    Stops a currently running macro.
    Syntax
    'Declaration
     
    
    Sub StopMacro() 
    'Usage
     
    
    Dim instance As IMacro
     
    instance.StopMacro()
    void StopMacro()
    Remarks
    This has no effect unless a macro is running in the current terminal session.
    See Also