:: com :: sun :: star :: ucb ::

deprecated struct CHAOSProgressStart
Usage Restrictions
deprecated
Description
An object representing the start of a task's activity that will progress from some minimal to some maximal value.
See also
XProgressHandler

Elements' Summary
Text An optional text describing the activity.  
Minimum The minimal value of the progress.  
Maximum The maximal value of the progress.  
Elements' Details
Text
string Text;
Description
An optional text describing the activity.
Minimum
long Minimum;
Description
The minimal value of the progress.
Maximum
long Maximum;
Description
The maximal value of the progress.
Top of Page