public bool Run(Exception exception, IFlow flow) { if (exception is T) { _exception.Refresh(); _catchBody.Run(flow); return(true); } else { return(false); } }
public void RunStep(IFlow flow) { _value.Refresh(); }