Skip to main content

Close Application

The "Close Application" function ensures the proper termination of applications used in automation processes. This function allows the RPA tool to interact with the application like a user and close it gracefully.

Parameters

Process ID : It is a unique identifier assigned to each process running in an operating system. RPA tools can utilize these Process ID values to identify and perform operations on specific applications, and it only accepts integer values.

Usage

In operating systems, each process is assigned a unique "Process ID" (PID). PID is typically an integer value and is assigned incrementally to processes created since the system startup. Each process has its own specific PID value, which is unique to that process.

PIDs are used by system administrators or RPA tools to identify and manage specific processes. A PID represents the unique identity of a process. RPA tools can perform operations on a specific PID, such as controlling, retrieving information, or terminating the associated application.