Esempio n. 1
0
 public void OnRunStepError(RunStepErrorEventArg ea)
 {
     DispatcherHelper.CheckBeginInvokeOnUI(
         () =>
     {
         AddTextToConsole(
             sb => sb.AppendFormat(
                 "### ### Error in step: {0}, {1}",
                 ea.info.name.ToString(),
                 ea.info.kind.ToString()));
     });
 }
Esempio n. 2
0
 public void OnRunStepError(object _, RunStepErrorEventArg ea)
 {
 }