StoryTeller.Engine.BatchWatcher.IsCompleted C# (CSharp) Method

IsCompleted() public method

public IsCompleted ( ) : bool
return bool
        public bool IsCompleted()
        {
            return _records.Values.All(x => x.HasResults());
        }
    }