BTool.ThreadMgr.CheckForIdle C# (CSharp) Method

CheckForIdle() public method

public CheckForIdle ( ) : bool
return bool
        public bool CheckForIdle()
        {
            return (rspDataIn.DataQueue.GetQLength() <= 0
            && txDataOut.dataQ.GetQLength() <= 0
            && (rxDataIn.DataQueue.GetQLength() <= 0
            && rxTxMgr.dataQ.GetQLength() <= 0));
        }