История страницы
...
Get info
...
Группа действий: Процессы
Получает информацию об указанном процессе.
Настройки
Version 6 (Net)
Action group: Processes
...
Description
The action gets the information about the specified process.
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 | 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 |
Особые условия использования
Отсутствуют.
Пример использования
Задача: запущен процесс notepad.exe, необходимо получить информацию о процессе и сохранить ее таблицу CSV.
Решение: воспользоваться действиями "Информация о процессе", "Сохранить таблицу в CSV".
Реализация:
...
Special conditions of use
None.
Example of use
Task
Notepad.exe process is running, get information about the process and save it to a CSV table.
Solution
Use the "Get info", "Table to CSV" actions.
Implementation
- Assemble a robot scheme with the actions:
- Set the "Get info" action parameters.
- Set the "Table to CSV" action parameters.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The table with the information about the process was obtained.
Результат:
Программный робот отработал успешно.
Получена таблица с информацией о процессе.