Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have a Fusion 360 Python addin that "Runs on Startup"
The user, can set an external parameter to switch on or off the application (via the registry), even though the addin is still running in the background.
At present, if the user has switched off the application, I have put a "return" in my code.
Is it possible to completely stop/end the application via Python so that the api is no longer running in the background?
Many thanks
Darren
Solved! Go to Solution.