Difference between revisions of "Constraint: Macro Running"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether selected macros are currently running.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Running''': Constraint passes only when selected macros are running | ||
| + | * '''Not Running''': Constraint passes only when selected macros are not running | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Run another macro every 24 hours unless it is already running'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Regular Interval - 5 Minutes</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Run Macro (Backup Macro)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Macro Not Running - Running (Backup Macro)</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Action: Cancel Macro Actions|Cancel Macro Actions Action]] | ||
Latest revision as of 11:50, 9 January 2026
This constraint allows or prevents a macro/feature from running based on whether selected macros are currently running.
Options
- Running: Constraint passes only when selected macros are running
- Not Running: Constraint passes only when selected macros are not running
Example
Example 1: Run another macro every 24 hours unless it is already running
Triggers Regular Interval - 5 Minutes
Actions Run Macro (Backup Macro)
Constraints Macro Not Running - Running (Backup Macro)
See Also