Constructor
new ProgressNumeric(progressMin, progressMax, handler)
Parameters:
Name | Type | Default | Description |
---|---|---|---|
progressMin |
number | 0 | the lowest possible value for the progress |
progressMax |
number | 1 | the largest possible value for the progress |
handler |
callbackHandler.<number> | a callback to be invoked for every progress reported. If not provided, you may subscribe to the events of this class or use the provided Observable. |
- Source:
Methods
reportProgress(progress)
Parameters:
Name | Type | Description |
---|---|---|
progress |
number | the numeric progress |
- Source: