[ 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
|
|
Syntax
string Text;
Description
An optional text describing the activity.
Syntax
long Minimum;
Description
The minimal value of the progress.
Syntax
long Maximum;
Description
The maximal value of the progress.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.