private void AbortScript() { m_outputContent.AppendText("Stopping script\n"); tsLabelStatus.Text = "Aborting"; m_scriptMgr.InterruptScript(); }