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
IReportingTaskApplies to
This method applies to the following types: