Rename the process name

How to rename the process name through the Python API??

1 Like

The process names are the names of the vcProcessRoutine objects in the vcProcessExecutor.

If you want to rename a whole process group (all processes with same name) there is a helper function for it too:

2 Likes

I’ll give it a try, thank you.