Top   Module   Use   Manual   Index 

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

struct CHAOSProgressStart


[ 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

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