ProgressStage Enumeration


Progress Stage Enumeration

The associated action of a ProgressChanged event

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ProgressStage
Members
Member name Value Description
CaptionChanged 3 Progress bar has set new Text
Finished 5 Progress bar is finished
PositionChanged 2 Progress bar has set new position
RangeChanged 1 Progress bar has set new range
Started 0 Progress bar has started
Unchanged 4 Progress bar has not changed position
See Also