| Line 1: |
Line 1: |
| − | <span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether selected macros are currently running.</pre> |
| | | | |
| − | This constraint can be used to allow something to happen only when the specified macro(s) is currently running/not 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'' |
| | + | <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]] |