Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "progress/index"

Index

Type aliases

ProgressResult

ProgressResult: TResult | PromiseLike<TResult>

A progress result.

ProgressTask

ProgressTask: function

A progress task.

param

The underlying context.

returns

The result.

Type declaration

Functions

withProgress

  • Runs a task with progress information.

    Type parameters

    • TResult

    Parameters

    Returns Promise<TResult>

    The promise with the result.

Generated using TypeDoc