I am using SharedObject functions to launch an object in a separate thread. I then Post call the function so that it can run without interfering with the foreground window.
I am wondering what the best method is for notifying the background thread that I would like it to stop processing.