Skip to content

Check if a process is running

This action will check whether the specified process is running and then store the result in the specified variable.

Property Name Data Type Description
EXEFilename String This is the name of the process. For example: PBuilder.exe Do not specify a full path.
ReturnVariable VarName This is the variable that will contain the result. See below for results.

About ReturnVariable values (Boolean type): If the process is found running, then the variable specified in "ReturnVariable" will receive the value 1. Otherwise it will be set to 0. You can then evaluate the result using a Conditional If/Then block for instance.

All available actions