Expand description
Process execution utilities
Provides reusable functions for executing commands with proper error handling and output parsing.
Functionsยง
- execute_
command - Execute a command asynchronously and return its output
- execute_
command_ optional - Execute a command and return output, ignoring errors
- execute_
command_ sync - Execute a command synchronously and return its output
- execute_
command_ sync_ optional - Execute a command synchronously and return output, ignoring errors
- get_
parent_ pid - Get parent process ID (Unix only)
- get_
process_ name - Get process name from PID (Unix only)