Difference between revisions of "Constraint: VPN State"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current VPN state.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Connected''': Constraint passes only when a VPN is connected | ||
| + | * '''Disconnected''': Constraint passes only when no VPN is connected | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Open a banking app only when VPN is connected'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Widget Button</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Launch Application: Banking</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | VPN State - Connected</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: VPN State|VPN State Trigger]] | ||
Latest revision as of 14:06, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the current VPN state.
Options
- Connected: Constraint passes only when a VPN is connected
- Disconnected: Constraint passes only when no VPN is connected
Example
Example 1: Open a banking app only when VPN is connected
Triggers Widget Button
Actions Launch Application: Banking
Constraints VPN State - Connected
See Also