Difference between revisions of "Constraint: Macro Running"

(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This constraint can be used to allow something to happen only when the specified m...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
<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.
+
 
</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