Skip to main content

Kill Process

Kills a process by name or PID

Common Properties

  • Name - The custom name of the node.
  • Version - The version of the node.
  • Color - The custom color of the node.
  • Icon - The icon for 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 ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Process Name (Regex) - The name of the process to kill. Use Regular Expression syntax for wildcards. Only processes with names that match the pattern will be killed.
  • Process ID - The PID of the process to kill.

You must provide either the Process Name (Regex) or the Process ID as input.