Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProgressService

Hierarchy

  • ProgressService

Index

Constructors

constructor

Properties

Protected Readonly client

Private counter

counter: number = 0

Protected Readonly messageService

messageService: MessageService

Private progressIdPrefix

progressIdPrefix: string = ...

Methods

Protected newProgressId

  • newProgressId(): string

Protected shouldDelegate

showProgress

withProgress

  • withProgress<T>(text: string, locationId: string, task: () => Promise<T>): Promise<T>