This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
actions:Redirect_Control_Flow [2020/03/11 13:39] JMichaelTX ADD examples |
actions:Redirect_Control_Flow [2024/10/20 22:28] (current) peternlewis |
||
---|---|---|---|
Line 6: | Line 6: | ||
* Cancel All Other Macros — Cancel all macros except this macro instance. | * Cancel All Other Macros — Cancel all macros except this macro instance. | ||
* Cancel This Macro — Cancel this macro and any macros that executed this macro. | * Cancel This Macro — Cancel this macro and any macros that executed this macro. | ||
- | * Cancel Just This Macro — Cancel just this macro, continue executing the macro that executed this macro. | + | * Cancel Just This Macro — Cancel just this macro, continue executing the macro that [[action:Execute_a_Macro|executed]] this macro (use [[action:Return_from_Subroutine|Return from Subroutine]] for macros executed by [[action:Execute_a_Subroutine|Execute a Subroutine]]). |
* Cancel a Specific Macro (v9.0+) — Cancels a specific macro instance (from the [[token:ExecutingInstance|%ExecutingInstance%]] or [[token:ExecutingInstances|%ExecutingInstances%]] tokens). | * Cancel a Specific Macro (v9.0+) — Cancels a specific macro instance (from the [[token:ExecutingInstance|%ExecutingInstance%]] or [[token:ExecutingInstances|%ExecutingInstances%]] tokens). | ||
* Forum example: [How To Stop a Specific Instance of a Running Macro](https://forum.keyboardmaestro.com/t/how-to-stop-only-this-macro-not-all/17263) | * Forum example: [How To Stop a Specific Instance of a Running Macro](https://forum.keyboardmaestro.com/t/how-to-stop-only-this-macro-not-all/17263) | ||
Line 25: | Line 25: | ||
* [[action:Repeat|Repeat]] | * [[action:Repeat|Repeat]] | ||
* [[action:Until|Until]] | * [[action:Until|Until]] | ||
+ | * [[action:While|While]] action | ||
* [[action:Assert|Assert]] | * [[action:Assert|Assert]] | ||
* [[:Actions|See all Actions]] | * [[:Actions|See all Actions]] |