Hi I see many different solutions to this such as .terminate(), sys.exit(), os.kill however I can not find one for what I am trying to do.
I run my file using the following:
import publisher
publisher.myfunc(mess[0],mess[1])
How can I terminate this process in another script when I am not using subprocess or os to start the scirpt?