IReportingTask.updateTaskMarkdown
Method
interface IReportingTask { // ... omitted for brevity updateTaskMarkdown( markdownString: string, cancellationToken?: cancellationToken): void;}Signature
method
updateTaskMarkdownUpdates the reporting task with Markdown-formatted status text.
updateTaskMarkdown( markdownString: string, cancellationToken?: cancellationToken): voidParameters
markdownStringstringcancellationTokencancellationTokenoptionalDefined on
This method is defined on the following type: