Function PathProcessor.StopThreads
        
                StopThreads
        
                ()
    
            
            Calls 'Join' on each of the threads to block until they have completed.
                Public
            
        void StopThreads ()
Calls 'Join' on each of the threads to block until they have completed.
This will also clean up any unmanaged memory used by the threads.