CakeTask.

DelayedActions Property

Summary

Gets the task's actions that are run at execution time to additionally populate Actions.
Namespace
Cake.Core
Containing Type
CakeTask

Syntax

public Queue<Action<ICakeContext>> DelayedActions { get; }

Value

Type Description
Queue<Action<ICakeContext>> The task's delayed actions actions.