Start(string, Action<StatusContext>) Method
Starts a new status display.
public void Start(string status, Action<StatusContext> action)
- Namespace
- Spectre
.Console - Containing Type
- Status
Parameters
- string status
- The status to display.
-
Action
<StatusContext> action - The action to execute.