Expand description
Process tree utilities for finding and checking process status.
This module provides cross-platform utilities for process management, including checking if processes are alive and walking the process tree to find the Claude Code process.
Structs§
- Claude
Process Info - Information about the Claude Code process
Functions§
- find_
claude_ process - Walk up the process tree to find the Claude Code process.
- get_
parent_ pid - Get the parent process ID.
- is_
process_ alive - Check if a process with the given PID is still running.