Shovel.Vm.Vm.IsLive C# (CSharp) Méthode

IsLive() private méthode

private IsLive ( ) : bool
Résultat bool
        internal bool IsLive()
        {
            return !(this.programCounter == this.bytecode.Length || this.shouldTakeANap);
        }
Vm