Skip to content
Docs Try Aspire
Docs Try

createTask

Method
📦 Aspire.Hosting v13.4.0
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): IReportingTask
statusText string
cancellationToken cancellationToken optional
IReportingTask

Applies to

This method applies to the following types: