Summary
Gets the task's actions.
Syntax
public List<Func<ICakeContext, Task>> Actions { get; }
Value
| Type | Description |
|---|---|
| List |
The task's actions. |
public List<Func<ICakeContext, Task>> Actions { get; }
| Type | Description |
|---|---|
| List |
The task's actions. |