CommandProgressOptions
Classsealednet10.0
Options for displaying a progress dialog while a command is executing.
namespace Aspire.Hosting.ApplicationModel;
public sealed class CommandProgressOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesHideCancelButtonget; setbool Gets or sets a value indicating whether the cancel button is hidden in the progress dialog.
Messageget; setstring? Gets or sets the message to display in the progress dialog.
Titleget; setstring? Gets or sets the optional title of the progress dialog.