InfoConnect for Unisys
MacroCompleted Event (IMacro)


Occurs when a macro has completed. This does not apply to legacy Reflection macros, legacy EXTRA! macros, or Express Macros
Syntax
'Declaration
 
Event MacroCompleted As EventHandler
'Usage
 
Dim instance As IMacro
Dim handler As EventHandler
 
AddHandler instance.MacroCompleted, handler
event EventHandler MacroCompleted
See Also