public bool Clean()
        {
            bool output;

            STAHP.Wait();
            output = _results.Count() == 0;
            STAHP.Release();
            return(output);
        }