Shovel.Vm.Vm.IsLive C# (CSharp) Method

IsLive() private method

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