BaseOutputCommand<T>.

OutputAction Property

Summary

Gets or sets the output-action, to be called when output is available.
Namespace
Cake.SevenZip.Commands
Containing Type
BaseOutputCommand<T>

Syntax

public Action<T>? OutputAction { get; set; }

Value

Type Description
Action<T>? The output-action.
GitHub Discussion