Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems 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()
Remarks
This has no effect unless a macro is running in the current terminal session.
See Also