Example #1
0
 public void OnRunError(RunFailureInfo e)
 {
     DispatcherHelper.CheckBeginInvokeOnUI(
         () =>
     {
         AddTextToConsole(
             sb => sb.AppendFormat(
                 "### Run had error : {0}...",
                 e));
     });
 }
Example #2
0
 public void OnRunError(object _, RunFailureInfo rfi)
 {
 }