System:Processes

Last updated 5 August 2026

System:Processes lists the running operating-system processes. On a bang it

emits every process name as a Pack and reports whether the Find substring

matches any of them.

Pin Info

Input 1: Process processes [Bang]

Input 2: Set process name to find [String]

1-Process processes[Bang]: Snapshots all running OS processes and emits them.

2-Set process name to find[String]: Sets the Find substring (same as the field).

Output 1: All Processes [Pack]

Output 2: Found Process count [Int]

1-All Processes[Pack]: All running process names, one entry each.

2-Found Process count[Int]: 1 if the Find substring matches a runningprocess (or if Find is empty), else 0.

Node Parameters

Find: Substring to search for among running process names.

Expand:

None