BaseOutputCommand<T>.

RawOutputAction Property

Summary

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

Syntax

public Action<string[]>? RawOutputAction { get; set; }

Value

Type Description
Action<string[]>? The raw output-action.
GitHub Discussion