public void iFailed() { m_State = State.Failed; m_CommandNotifier.iFailed(m_CurrentCommand.Value); m_CommandValidator?.iFailed(); }
public void iFailed() { (m_Current.Value as ICommandProcess)?.iStop(); m_CommandNotifier.iFailed(m_Current.Value); m_Current = null; }
public void iFailed(ICommand command) => m_RedirectionTarget.iFailed(command);