EKG_Project.Modules.TestModule.Abort C# (CSharp) Method

Abort() public method

public Abort ( ) : void
return void
        public void Abort()
        {
            _aborted = true;
            _ended = true;
        }