Skip to main content

Get Processes

Gets a list of running processes based on the specified search criteria.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is set to true, no error will be caught when the project is executed even if the Catch node is used.

Input

  • Name Filter (Regex) - Specifies a regular expression used to filter process names.

Output

  • Process Ids - The list of process ids of the running processes that match the filter.
  • Executable Names - The list of names of the executables that match the filter.