SystemUiProgressState
#include <bb/system/SystemUiProgressState>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The possible states the progress of a task can have when shown to the user.
Since:
BlackBerry 10.0.0
Public Types
The possible states the progress of a task can have when shown to the user.
Since:
BlackBerry 10.0.0
- Active = 0
The task's progress is ongoing.
Since:BlackBerry 10.0.0
- Inactive = 1
The task's progress has stopped.
Since:BlackBerry 10.0.0
- Error = 2
The task whose progress is being monitored has encountered an error.
Since:BlackBerry 10.0.0