Stream Kit Docs
API ReferenceCore

Process Stopped

Core trigger: core:processes:process-stopped

Process Stopped

Trigger IDcore:processes:process-stopped
PluginCore
CategoryProcesses

Variables

Copy variables into handler fields using {variableName} syntax.

{executable}{fullPath}{name}{parentProcessId}{path}{processId}
NameTypeDescription
{executable}

Process executable file name.

Example: notepad

{fullPath}

Full filesystem path to the process executable.

Example: C:\\Windows\\System32\\notepad.exe

{name}

Process or collection name from the event.

Example: notepad

{parentProcessId}

Parent process ID, when available.

Example: 1234

{path}

Directory path of the process executable.

Example: C:\\Windows\\System32

{processId}

Operating-system process ID.

Example: 5678

Conditions

ConditionDescription
process NameFilter on process Name. Configure in the trigger condition editor.

On this page