createMarkdownTask
Function
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): IReportingTaskParameters
markdownString string cancellationToken cancellationToken optional Returns
IReportingTask Applies to
This function is an extension method on the following types: