StoryTeller.Engine.SpecRunner.IsRunning C# (CSharp) Méthode

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool
        public bool IsRunning()
        {
            if (Current == null) return false;
            return (!Current.Finished && !Current.WasCancelled);
        }