cancellable | Returns true if the progress indicator's associated event can be canceled. |
currentStep | Returns the current step for this progress indicator. |
description | Returns the progress indicator's description. |
elapsedTime | Returns the number of seconds that the progress indicator has been running for. |
exists | Checks whether the progress indicator exists. |
finished | Returns true if the progress indicator is finished, but not removed. |
id | Returns the progress indicator's unique identifier. |
indefinite | Returns true if the progress indicator is indefinite. |
name | Returns the progress indicator's name. |
options | Returns the option flags used to start the progress indicator. |
parentId | Returns the unique ID of the progress indicator's parent, or -1 if the progress indicator is not a child of another progress indicator. |
pausable | Returns true if the progress indicator's task can be paused. |
paused | Returns true if the progress indicator is paused. |
priority | Returns the progress indicator's priority. |
progress | Returns the progress value of a progress indicator's associated task. |
remainingTime | Returns this progress indicator's remaining time to completion. |
responding | Returns true if progress is ongoing, false if the progress indicator has not received any progress report for more than 5 seconds. |
running | Returns true if the progress indicator is running and active. |
startTime | Returns the time when the progress indicator started. |
status | Returns the progress indicator's status. |
stepLabel | Returns the label that displays the progress indicator's steps. |
timeDisplayMode | Returns the progress indicator's time display mode. |
totalSteps | Returns the total number of steps, from start to finish, for this progress indicator. |
updateTime | Returns the last time the progress indicator was updated. |