CakeTaskExtensions.

AddDelayedAction(CakeTask, Action<ICakeContext>) Method

Summary

Adds the action to the task's delayed actions.
Namespace
Cake.Core
Containing Type
CakeTaskExtensions

Syntax

public static void AddDelayedAction(this CakeTask task, Action<ICakeContext> action)

Parameters

Name Type Description
task CakeTask The task.
action Action<ICakeContext> The action.

Return Value

Type Description
void