Action group: Processes
The action gets the information about the specified process.
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 | The name of the running process. | Robin.String | No | |
Results | ||||
Result | A variable of type table containing information about the process and its subprocesses. Column names: Number, PID, Process name, Creation date and time, Process information, Session number, Priority, Process status, Responding / Not responding. | Robin.DataTable |
None.
Notepad.exe process is running, get information about the process and save it to a CSV table.
Use the "Get info", "Table to CSV" actions.
The program robot completed successfully.
The table with the information about the process was obtained.