Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Progress<T>

Defines a generalized way of reporting progress updates.

Type Parameters

  • T

Hierarchy

  • Progress

Index

Methods

Methods

  • report(value: T): void
  • Report a progress update.

    Parameters

    • value: T

      A progress item, like a message and/or an report on how much work finished

    Returns void