Is Process Running
Description
This action component allows you check whether a process is running or not in specified username.
Input Properties
- Process Name (String) – Process/Program name Example [\”notepad\” || \”excel\” || AppName || @\”C:\\myapp.exe]
- Username (String) – Windows Username.
Output Properties
- Result (bool) – If it is running then it will give the output as True, else it will return false, as a bool variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.