Skip to main content

Interface: ProgressOptions

Value-object describing where and how progress should show.

Properties

cancellable?

optional cancellable: boolean

Controls if a cancel button should show to allow the user to cancel the long running operation. Note that currently only ProgressLocation.Notification is supporting to show a cancel button.

Defined in

packages/extension-api/src/extension-api.d.ts:1071


location

location: ProgressLocation

The location at which progress should show.

Defined in

packages/extension-api/src/extension-api.d.ts:1057


title?

optional title: string

A human-readable string which will be used to describe the operation.

Defined in

packages/extension-api/src/extension-api.d.ts:1063