Use the TerminateByName component
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
Use the TerminateByName component to end the specified process or application, for example Chrome browser, Excel, Notepad, by its respective name.
Before you begin
Role required: none
About this task
You can configure the properties for the TerminateByName component. For more information about these properties, see Properties of the System Process components.
During high density robots execution, the TerminateByName component checks and terminates the specified process or application only with in the current user session. When an automation runs on a
virtual machine, it queries for the process and terminates it within the same user session of the robot. If the same process is running inside other user sessions on virtual machine, those process instances are not
terminated.
Note: Within the current user session, if the robot user does not have permissions to terminate a process, component throws an error.
Procedure