IReportingStep.createTask
Method
interface IReportingStep { // ... omitted for brevity createTask( statusText: string, cancellationToken?: cancellationToken): IReportingTask;}Signature
method
createTaskCreates a reporting task with plain-text status text.
createTask( statusText: string, cancellationToken?: cancellationToken): IReportingTaskParameters
statusTextstringcancellationTokencancellationTokenoptionalReturns
IReportingTaskDefined on
This method is defined on the following type: