<< Click to Display Table of Contents >> Navigation: Actions > Loops and Flows > Process Loop |
This loop allows you to enumerate running processes and save the process ID (PID) and the module name into variables at each iteration.
Process Mask
Specify the name of the EXE file. An empty string is equivalent to a mask *. *. You can specify the module name explicitly.
Save Process ID to Variable
Switch on this checkbox and enter the variable name to store the PID value
Save Module Name to Variable
Switch on this checkbox and enter the variable name to save the module name. If possible, the action retrieves the full file name (with the full path).
Sort Options
The list of processes can be sorted if necessary. Available options:
•Without sorting
•By process ID (PID)
•By process Name
•Direction of sorting – Ascending or Descending
Related Topics