TaskBarProgressIndicator
Extends
Constructors
new TaskBarProgressIndicator()
new TaskBarProgressIndicator(
dart):TaskBarProgressIndicator
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Inherited from
ProgressIndicator . constructor
Source
Properties
| Property | Type | Inherited from |
|---|---|---|
dart | any | ProgressIndicator.dart |
Accessors
canceled
getcanceled():boolean
Flag indicating whether the operation was canceled by the user.
Returns
boolean
Source
description
getdescription():string
setdescription(s):void
Parameters
| Parameter | Type |
|---|---|
s | string |
Returns
string
Source
onCanceled
getonCanceled():Observable<any>
Returns
Observable<any>
Source
onLogUpdated
getonLogUpdated():Observable<any>
Returns
Observable<any>
Source
onProgressUpdated
getonProgressUpdated():Observable<any>
Returns
Observable<any>
Source
percent
getpercent():number
Returns
number
Source
Methods
close()
close():
any
Returns
any
Source
log()
log(
line):void
Parameters
| Parameter | Type |
|---|---|
line | string |
Returns
void
Inherited from
Source
update()
update(
percent,description):void
Parameters
| Parameter | Type |
|---|---|
percent | number |
description | string |
Returns
void
Inherited from
Source
create()
staticcreate(name?,options?):TaskBarProgressIndicator
Parameters
| Parameter | Type |
|---|---|
name? | string |
options? | object |
options.cancelable? | boolean |
options.pausable? | boolean |
options.spinner? | boolean |