Process Loop

<< 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.

 

LoopsProcess

 

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

 

note Related Topics

File Loop

Text Loop

Dataset Loop

Simple Loop

While loop

End Loop

Break

Continue

If Then

Else

End If

ElseIf Then

Exit

GoTo