IReportingStep.createMarkdownTask
Method
interface IReportingStep { // ... omitted for brevity createMarkdownTask( markdownString: string, cancellationToken?: cancellationToken): IReportingTask;}Signature
method
createMarkdownTaskCreates a reporting task with Markdown-formatted status text.
createMarkdownTask( markdownString: string, cancellationToken?: cancellationToken): IReportingTaskParameters
markdownStringstringcancellationTokencancellationTokenoptionalReturns
IReportingTaskDefined on
This method is defined on the following type: