/// <summary> /// purpose of this event handler is to redirect "fail" events to failure event too /// </summary> /// <param Name="sender"></param> /// <param Name="args"></param> void RaiseFailure(object sender, TasEventArgs args) { Failure(this, args); Console.Out.Flush(); }