Kill Application
The Kill Application component in Robbot RPA allows you to terminate or close a specific application running on your system. This component provides a convenient way to forcefully end an application process when needed.
Parameters
Name : Enter the name of the application you want to close. Provide the name of the application as a string value Type : String.\ Result : This parameter returns a boolean value indicating whether the application was successfully closed. Use this output to check if the application termination was successful or not. Type : Boolean.
Usage
To use the KillApplication component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the KillApplication component into your sequence or workflow.
Configure the component by providing the necessary input:
Enter the name of the application you want to close in the Name parameter. Make sure to provide the exact name or executable file name of the application. Continue building your sequence or workflow by adding other components or actions as needed.
Use the Result output parameter of the KillApplication component to check if the application was successfully closed.
Execute your sequence or workflow to close the specified application.
By utilizing the KillApplication component, you can easily close or terminate a specific application running on your system, providing you with greater control over your automation processes in Robbot RPA.