Start<T>(string, Func<StatusContext, T>) Method
Starts a new status display.
public T Start<T>(string status, Func<StatusContext, T> func)
- Namespace
- Spectre
.Console - Containing Type
- Status
Parameters
-
T
- The result type.
Parameters
- string status
- The status to display.
-
Func
<StatusContext, T> func - The action to execute.
Returns
- T