Namespace:
Autodesk.Revit.DB.Events
ProgressStage
Enumeration
Description:
The associated action of a ProgressChanged event
The associated action of a ProgressChanged event
Syntax
public enum ProgressStage
Unknown Namespace Members:
Name | Description |
---|---|
Started | Progress bar has started |
RangeChanged | Progress bar has set new range |
PositionChanged | Progress bar has set new position |
CaptionChanged | Progress bar has set new Text |
Unchanged | Progress bar has not changed position |
Finished | Progress bar is finished |