ProgressDialog.reset Method

Parent Object: ProgressDialog
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>

Description

Method that resets the progress bar. The progress bar "rewinds" and shows no progress. This is the same as setting the progress value to the minimum value.

Syntax

"progressDialog_var" is a variable referencing a ProgressDialog object.
returnValue = progressDialog_var.reset()
"progressDialog_var" is a variable referencing a ProgressDialog object.

#include <Core/UserInterface/ProgressDialog.h>

returnValue = progressDialog_var->reset();

Return Value

Type Description
boolean Returns true if successful

Version

Introduced in version January 2016