StoryTeller.Engine.BatchWatcher.IsCompleted C# (CSharp) Méthode

IsCompleted() public méthode

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