CompletionState
Enum net10.0
Represents the completion state of a publishing activity (task, step, or top-level operation).
namespace Aspire.Hosting.Pipelines;
public sealed enum CompletionStateEnum Members
Section titled Enum MembersInProgressThe task is in progress.
CompletedThe task completed successfully.
CompletedWithWarningThe task completed with warnings.
CompletedWithErrorThe task completed with an error.