Name | Description | |
---|---|---|
Progress Constructor | Overloaded. |
The following tables list the members exposed by Progress.
Name | Description | |
---|---|---|
Progress Constructor | Overloaded. |
Name | Description | |
---|---|---|
BeginPart | Starts a new segment. All parallel segments should result in a sum of 100%. | |
Canceled | Queries whether the operation was canceled. | |
Dispose | Destructor for deterministic finalization of Progress object. | |
EndPart | Overloaded. Ends segment and closes the window when it is not used. Don't forget to call it at the end, otherwise a progress dialog may lock P8. | |
GetProgress | For internal use only. | |
SetActionText | Sets a new action text. | |
SetAllowCancel | Allows canceling. | |
SetAskOnCancel | Asks to confirm the cancel request. | |
SetNeededParts | Specifies how many segments are required. | |
SetNeededSteps | Indicates how many steps are required to reach 100%. E.g. used for loops. | |
SetOverallActionText | Sets a new action text. | |
SetTitle | Sets the title of the progress bar. | |
ShowImmediately | Shows the progress bar without any further delay. When ShowImmediately isnt't called the dialog appears later (with delay), it prevents the dialog to show unnecessarily (to prevent that the progress flickers up for a short running actions). | |
ShowLevel | Specifies the nesting level up to which a display is made. | |
Step | Uses a step |