Skip to content
Docs Try Aspire

IReportingTask.updateTaskMarkdown

Method
📦 Aspire.Hosting v13.2.0
interface IReportingTask {
// ... omitted for brevity
updateTaskMarkdown(
markdownString: string,
cancellationToken?: cancellationToken): void;
}

Signature

method updateTaskMarkdown
Updates the reporting task with Markdown-formatted status text
updateTaskMarkdown(
markdownString: string,
cancellationToken?: cancellationToken): void
markdownString string
cancellationToken cancellationToken optional

Defined on

This method is defined on the following type: