Lightroom SDK - Listing and killing background tasks
#SDK - In my search to understand Lightroom SDK's LrTasks.startAsyncTask, I came across this page that discusses background processes: https://app.assembla.com/wiki/show/lrdevplugin/Background_Processes
It mentions:
Reloading a plugin will not kill your background processes. Thus you must have a shutdown module that kills the background processes.
That bring about the following questions:
- Is there a way to list running background tasks? Or in other words, how do you know if there are tasks running?
- How does one go about killing tasks in general, whether it's part of the shutdown module or otherwise?
Thanks.
