MacroExit() — Explicitly returns from a macro
MacroExit()
Explicitly return from a macro. Normally, Macro() automatically exits when it runs out of priorities. MacroExit() provides a method by which a macro may be terminated early.
Macro()