mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 02:35:57 -05:00
Created Process condition (markdown)
20
Process-condition.md
Normal file
20
Process-condition.md
Normal file
@@ -0,0 +1,20 @@
|
||||
The "Process" [macro](Macros) condition allows you to perform actions based on if a particular process is running or not.
|
||||
|
||||

|
||||
|
||||
You can either select the process name from a list of the currently running processes or enter it manually at (1).
|
||||
The input field also supports regular expressions in case it is required to match patterns of process names.
|
||||
|
||||
By default the condition will return true if the process is currently running.
|
||||
You can additionally select that the condition shall only return true if the given process is also currently focussed at (2).
|
||||
Note that this can only ever be true for processes that have some sort of window associated with them.
|
||||
|
||||
The currently focussed process will be displayed at the bottom of the condition if the option (2) is selected.
|
||||
|
||||
## Windows specific notes
|
||||
|
||||
If you want to know the process name of a particular application that is shown in the task manager's "Processes" tab, right click on the given process and select "Properties".
|
||||
This will open up a dialog showing the name of the process binary instead of just the process description.
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user