Module process_info

Source
Expand description

Constants, as well as the schema for the lock file can be found here https://hextechdocs.dev/getting-started-with-the-lcu-api/ This module also contains a list of constants for the different names of the processes for macOS, and Windows

Functionsยง

get_running_client
Gets the port and auth for the client via the process id This is done to avoid needing to find the lock file, but a fallback could be implemented in theory using the fact that you can get the exe location, and go backwards.