struct CHAOSProgressStart in module com::sun::star::ucb::

(Global Index)

[ DEPRECATED ]

Syntax

struct CHAOSProgressStart;

Description

An object representing the start of a task's activity that will progress from some minimal to some maximal value.

See also

XProgressHandler

Field Summary

Text An optional text describing the activity.

Minimum The minimal value of the progress.

Maximum The maximal value of the progress.

Field Details



Text

Syntax

string Text;

Description

An optional text describing the activity.


Minimum

Syntax

long Minimum;

Description

The minimal value of the progress.


Maximum

Syntax

long Maximum;

Description

The maximal value of the progress.

Top of Page