ProgressTaskSettings Class

Represents settings for a progress task.
public sealed class ProgressTaskSettings
Namespace
Spectre.Console

Properties

bool AutoStart
Gets or sets a value indicating whether or not the task will be auto started. Defaults to true.
double MaxValue
Gets or sets the task's max value. Defaults to 100.

Extension Methods

T And<ProgressTaskSettings>(Action<ProgressTaskSettings>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.