Difference between revisions of "Constraint: Category Enabled/Disabled"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">This restriction allows certain macros to run only when a specified category is ena...") |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | <pre | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether specific categories are enabled.</pre> |
| + | |||
| + | ''' Options ''' | ||
| + | |||
| + | * '''Enabled''': Constraint passes only when selected categories are enabled | ||
| + | * '''Disabled''': Constraint passes only when selected categories are disabled | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Only open work apps when the Work category is enabled'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Screen On/Off - Screen On</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Launch Application: Outlook</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Category Enabled/Disabled - Enabled (Work)</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Constraint: Macro(s) Enabled/Disabled|Macro(s) Enabled/Disabled Constraint]] | ||
Latest revision as of 11:15, 9 January 2026
This constraint allows or prevents a macro/feature from running based on whether specific categories are enabled.
Options
- Enabled: Constraint passes only when selected categories are enabled
- Disabled: Constraint passes only when selected categories are disabled
Example
Example 1: Only open work apps when the Work category is enabled
Triggers Screen On/Off - Screen On
Actions Launch Application: Outlook
Constraints Category Enabled/Disabled - Enabled (Work)
See Also