Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProgressUpdate

Hierarchy

  • ProgressUpdate

Index

Properties

Properties

Optional Readonly message

message: string

Updated message for the progress.

Optional Readonly work

work: { done: number; total: number }

Updated ratio between steps done so far and total number of steps.

Type declaration

  • done: number
  • total: number