Start(Action<ProgressContext>) Method
Starts the progress task list.
public void Start(Action<ProgressContext> action)
- Namespace
- Spectre
.Console - Containing Type
- Progress
Parameters
-
Action
<ProgressContext> action - The action to execute.