Description
Stops a running process.
Attributes
Target
Process - Process that would be stopped.
ProcessName - The name of the process to be stopped.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
DisplayName - Renames the activity.
Example
For this example, these are some of the current processes that are running:
Add a Kill Process activity inside a Sequence, and in the Process Name, write Notepad. This means that this activity would close the Notepad application:
After executing, the Notepad application should be closed.