datatable.options.progress.clear_on_success

This option controls if the progress bar is cleared on success.

Parameters

return
bool

Current clear_on_success value. Initially, this option is set to False.

new_clear_on_success
bool

New clear_on_success value. If True, the progress bar is cleared when job finished successfully. If False, the progress remains visible even when the job has already finished.