Check Process
This command checks for a running processes on the system.
Process Name
Enter the name of the process to look for here. Process names are their executable file names, including the file extension, but without any path information. For instance, to check if Windows Explorer is running, enter explorer.exe in this field.
Return Result in Variable
Enter an existing or new variable name in this field. The variable will hold TRUE if the named process is running, FALSE otherwise.
Notes
- To check for running services, use the Check Service command.
- To terminate a running process, use the Terminate Process command.