Set the progress state of a progress dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_progress_state(dialog_instance_t dialog,
dialog_progress_state_t state)
BlackBerry 10.0.0
The dialog to update.
The progress state to display.
The dialog_set_progress_state() function sets the progress state of the specified progress dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.