TeamCity.CSharpInteractive/IProcessResultHandler.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IProcessResultHandler { void Handle<T>(ProcessResult result, Action<T>? handler); }