ToolSettings.

PostAction Property

Summary

Gets or sets a delegate which is executed after the process was started.
Namespace
Cake.Core.Tooling
Containing Type
ToolSettings

Syntax

public Action<IProcess> PostAction { get; set; }

Value

Type Description
Action<IProcess>