Skip to content
DocsTry Aspire
DocsTry

createMarkdownTask

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

Signature

methodcreateMarkdownTask
Creates a reporting task with Markdown-formatted status text.
createMarkdownTask(
markdownString: string,
cancellationToken?: cancellationToken): IReportingTask
markdownStringstring
cancellationTokencancellationTokenoptional
IReportingTask

Applies to

This method applies to the following types: