ConEmu.WinForms.ConEmuControl.AssertNotRunning C# (CSharp) Method

AssertNotRunning() private method

private AssertNotRunning ( ) : void
return void
        private void AssertNotRunning()
        {
            if(_running != null)
                throw new InvalidOperationException("This change is not possible when a console process is already running.");
        }