InfoConnect for Airlines
StopMacro Method (IMacro)


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