Terminate Version 4 (Net)
Action group: Processes
Description
Completes the specified workflow
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Process identification method | Defines how to identify the process. | Robin.String | Yes | |
Process file | The path to the running process file. | Robin.FilePath | No | |
Process name | Name of the running process. | Robin.String | No | |
PID | PID of the running process. | Robin.String | No | |
Partial match | Allow partial name matching when searching for processes. | Robin.Boolean | true | No |
Special conditions of use
None.
Example of use
Task
The notepad.exe process is started, it is necessary to get information about the workflow and save it to a CSV table, then terminate the process.
Solution
Use the actions "Get info", "Table to CSV", "Terminate".
Implementation
Result
The program robot completed successfully.
Table with workflow information is received. The notepad.exe workflow is finished.