Function PathReturnQueue.ReturnPaths
        
                ReturnPaths
        
                (bool timeSlice)
    
            
            Returns all paths in the return stack.
                Public
            
        void ReturnPaths (
bool  |     timeSlice  |         Do not return all paths at once if it takes a long time, instead return some and wait until the next call.  | 
                
Returns all paths in the return stack.
Paths which have been processed are put in the return stack. This function will pop all items from the stack and return them to e.g the Seeker requesting them.