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