BlackBerry Dynamics log upload state. More...
Use the constants in this enumeration to check the current state of BlackBerry Dynamics activity log upload. The GDLogManager.getUploadState method always returns one of these values.
It is only necessary to check the log upload state if the application implements its own log upload monitoring user interface instead of using the built-in user interface. See the GDLogManager.openLogUploadUI method documentation.
Public Attributes | |
Idle | |
Log upload hasn't been started. More... | |
InProgress | |
Log upload has been started and is now underway. | |
Completed | |
Log upload has finished. | |
Cancelled | |
The last log upload operation was cancelled. More... | |
Suspended | |
Log upload has been started but is currently suspended. | |
Resumed | |
Log upload was suspended but has now been resumed. | |
Idle |
This is the initial state.
Cancelled |
A new upload hasn't been started.