IReportingTask
Interface net8.0
Represents a publishing task, which belongs to a step.
namespace Aspire.Hosting.Pipelines;
public interface IReportingTask : System.IAsyncDisposable{ // ...} IAsyncDisposable
Methods4
Section titled MethodsCompleteAsync(string?, CompletionState, CancellationToken)abstractTask Completes the task with the specified completion message.
CompleteAsync(MarkdownString, CompletionState, CancellationToken)abstractTask Completes the task with a Markdown-formatted completion message.
UpdateAsync(string, CancellationToken)abstractTask Updates the status text of this task.
UpdateAsync(MarkdownString, CancellationToken)abstractTask Updates the status text of this task with Markdown-formatted text.