Lucene.Net.Index.DocumentsWriterStallControl.WasStalled C# (CSharp) Method

WasStalled() public method

public WasStalled ( ) : bool
return bool
        public bool WasStalled() // for tests
        {
            lock (this)
            {
                return WasStalled_Renamed;
            }
        }
    }