Enums§
- Process
Signal - Process signals (cross-platform abstraction)
Functions§
- get_
process_ cmdline - Get the command line of a running process
- get_
process_ name - Get the executable name/path of a running process
- is_
process_ type - Check if a process is of a specific type (e.g., “node”, “python”, “java”)
- make_
executable - Make a file executable (Unix only, no-op on Windows)
- process_
exists - Check if a process with the given PID exists
- signal_
process - Signal a process (Unix: actual signals, Windows: graceful alternatives)