Skip to main content

Class: TaskBarProgressIndicator

dg.TaskBarProgressIndicator

Hierarchy

Constructors

constructor

new TaskBarProgressIndicator(dart)

Parameters

NameType
dartany

Inherited from

ProgressIndicator.constructor

Defined in

src/widgets.ts:1271

Properties

dart

dart: any

Inherited from

ProgressIndicator.dart

Defined in

src/widgets.ts:1269

Accessors

canceled

get canceled(): boolean

Flag indicating whether the operation was canceled by the user.

Returns

boolean

Inherited from

ProgressIndicator.canceled

Defined in

src/widgets.ts:1284


description

get description(): string

Returns

string

Inherited from

ProgressIndicator.description

Defined in

src/widgets.ts:1286

set description(s): void

Parameters

NameType
sstring

Returns

void

Inherited from

ProgressIndicator.description

Defined in

src/widgets.ts:1287


onCanceled

get onCanceled(): Observable<any>

Returns

Observable<any>

Inherited from

ProgressIndicator.onCanceled

Defined in

src/widgets.ts:1305


onLogUpdated

get onLogUpdated(): Observable<any>

Returns

Observable<any>

Inherited from

ProgressIndicator.onLogUpdated

Defined in

src/widgets.ts:1301


onProgressUpdated

get onProgressUpdated(): Observable<any>

Returns

Observable<any>

Inherited from

ProgressIndicator.onProgressUpdated

Defined in

src/widgets.ts:1297


percent

get percent(): number

Returns

number

Inherited from

ProgressIndicator.percent

Defined in

src/widgets.ts:1279

Methods

close

close(): any

Returns

any

Defined in

src/widgets.ts:1316


log

log(line): void

Parameters

NameType
linestring

Returns

void

Inherited from

ProgressIndicator.log

Defined in

src/widgets.ts:1293


update

update(percent, description): void

Parameters

NameType
percentnumber
descriptionstring

Returns

void

Inherited from

ProgressIndicator.update

Defined in

src/widgets.ts:1289


create

Static create(name?, options?): TaskBarProgressIndicator

Parameters

NameType
name?string
options?Object
options.cancelable?boolean
options.pausable?boolean
options.spinner?boolean

Returns

TaskBarProgressIndicator

Overrides

ProgressIndicator.create

Defined in

src/widgets.ts:1312