StoryTeller.Engine.BatchWatcher.IsCompleted C# (CSharp) 메소드

IsCompleted() 공개 메소드

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