Skip to content
Docs Try Aspire
Docs Try

createMarkdownTask

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

Signature

method createMarkdownTask
Creates a reporting task with Markdown-formatted status text
createMarkdownTask(
markdownString: string,
cancellationToken?: cancellationToken): IReportingTask
markdownString string
cancellationToken cancellationToken optional
IReportingTask

Applies to

This method applies to the following types: