ConEmu.WinForms.ConEmuControl.AssertNotRunning C# (CSharp) Метод

AssertNotRunning() приватный Метод

private AssertNotRunning ( ) : void
Результат void
        private void AssertNotRunning()
        {
            if(_running != null)
                throw new InvalidOperationException("This change is not possible when a console process is already running.");
        }