Get Process Run State VI
- Updated2024-11-20
- 2 minute(s) read
Returns whether a process with the specified name exists in the Shared Variable Engine (SVE). If the process exists in the SVE, this VI returns the running state of the process.

Inputs/Outputs
![]() process name specifies the name of the process whose run state this VI returns. Refer to the system tree in the NI Distributed System Manager to view a list of processes. You also can use the Get Process List VI to return a list of process names. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() process name out returns the process name you specified. ![]() exists? returns TRUE if a process with the process name exists in the SVE. ![]() running? returns TRUE if this process is running. ![]() error out contains error information. This output provides standard error out functionality. |