ProgressIndicatorState
#include <bb/cascades/ProgressIndicatorState>
Represents the different states of a progress indicator.
BlackBerry 10.0.0
Public Types Index
enum TypeProgress = 0, Indeterminate = 1, Pause = 2, Error = 3, Complete = 4 |
Public Types
Specifies the status of a progress indicator.
BlackBerry 10.0.0
- Progress = 0
Indicates an operation is progressing normally.
Since:BlackBerry 10.0.0
- Indeterminate = 1
Indicates the time or effort for an operation is not known (yet).
Since:BlackBerry 10.0.0
- Pause = 2
Indicates an operation is paused or stalled.
Since:BlackBerry 10.0.0
- Error = 3
Indicates an error has occurred.
Since:BlackBerry 10.0.0
- Complete = 4
Indicates an operation has completed.
Since:BlackBerry 10.0.0