AIMA.Core.Search.Framework.SearchAgent.isDone C# (CSharp) Method

isDone() public method

public isDone ( ) : bool
return bool
        public bool isDone()
        {
            return null != actionIterator.Current;
        }