Skip to content
DocsTry Aspire
DocsTry

IReportingTask.updateTaskMarkdown

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

Signature

methodupdateTaskMarkdown
Updates the reporting task with Markdown-formatted status text.
updateTaskMarkdown(
markdownString: string,
cancellationToken?: cancellationToken): void
markdownStringstring
cancellationTokencancellationTokenoptional

Defined on

This method is defined on the following type: