Skip to content
DocsTry Aspire
DocsTry

CompletionState

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Represents the completion state of a publishing activity (task, step, or top-level operation).
namespace Aspire.Hosting.Pipelines;
public enum CompletionState
InProgress= 0
The task is in progress.
Completed= 1
The task completed successfully.
CompletedWithWarning= 2
The task completed with warnings.
CompletedWithError= 3
The task completed with an error.