Summary
Gets the task's actions that are run at execution time to additionally populate
Actions
.
Syntax
public Queue<Action<ICakeContext>> DelayedActions { get; }
Value
Type | Description |
---|---|
Queue |
The task's delayed actions actions. |