IReportingTask
Interfacenet10.0
Represents a publishing task, which belongs to a step.
namespace Aspire.Hosting.Pipelines;
public interface IReportingTask : System.IAsyncDisposable{ // ...}IAsyncDisposable
Methods4
Section titled MethodsTask Completes the task with the specified completion message.
Task Completes the task with a Markdown-formatted completion message.
Task Updates the status text of this task with Markdown-formatted text.