How to get the handle of blender process

As the title says…

Do you mean the PID ? Depends on the OS. Which OS do you use ?

1 Like

Ah, the classic “just read the title” post with immediate follow-up questions.

1 Like

is windows. I want to get it through blender in python, because my plugin needs to use the blender handle, I cannot manually find the PID in windows, otherwise the plugin is not universal, and I cannot retrieve the PID by the blender name, because there will be multiple blenders Is running.