Auto shutdown of wave server and script via code #2362
-
Hi!I have a wave app along with some engines running. I have an auto-shutdown function written to shutdown my python script at a given time.
The function i am using is as follows:
Is there a better way to shutdown all wave processes started with "wave run app.py" command? |
Beta Was this translation helpful? Give feedback.
Answered by
n-srinidhi
Jul 4, 2024
Replies: 1 comment
-
Hi! I solved this! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
n-srinidhi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I solved this!
I had to close the waved.exe as well as wave.exe running in my Task Manager via code, to resolve this.