Ejemplo n.º 1
0
 public void iFailed()
 {
     m_State = State.Failed;
     m_CommandNotifier.iFailed(m_CurrentCommand.Value);
     m_CommandValidator?.iFailed();
 }
Ejemplo n.º 2
0
 public void iFailed()
 {
     (m_Current.Value as ICommandProcess)?.iStop();
     m_CommandNotifier.iFailed(m_Current.Value);
     m_Current = null;
 }
Ejemplo n.º 3
0
 public void iFailed(ICommand command) => m_RedirectionTarget.iFailed(command);