Skip to main content

ProgressIndicator

Extended by

Constructors

new ProgressIndicator()

new ProgressIndicator(dart): ProgressIndicator

Parameters

ParameterType
dartany

Returns

ProgressIndicator

Source

src/widgets.ts:1313

Properties

PropertyType
dartany

Accessors

canceled

get canceled(): boolean

Flag indicating whether the operation was canceled by the user.

Returns

boolean

Source

src/widgets.ts:1326


description

get description(): string

set description(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/widgets.ts:1328


onCanceled

get onCanceled(): Observable<any>

Returns

Observable<any>

Source

src/widgets.ts:1347


onLogUpdated

get onLogUpdated(): Observable<any>

Returns

Observable<any>

Source

src/widgets.ts:1343


onProgressUpdated

get onProgressUpdated(): Observable<any>

Returns

Observable<any>

Source

src/widgets.ts:1339


percent

get percent(): number

Returns

number

Source

src/widgets.ts:1321

Methods

log()

log(line): void

Parameters

ParameterType
linestring

Returns

void

Source

src/widgets.ts:1335


update()

update(percent, description): void

Parameters

ParameterType
percentnumber
descriptionstring

Returns

void

Source

src/widgets.ts:1331


create()

static create(): any

Returns

any

Source

src/widgets.ts:1317