I am searching for function to stop a subprocess in python3 and if you use that function again it should start at the point it was stopped.
So basicly I want to put the process on a hold till it may go on.
It'd be wonderful if someone could help me ;)