public void ResetOutput()   // if process aborted
 {
     NextCommad();
     _activeInput = true;
     _autoApply   = true;
     Invoker.Reset();
 }