ProgressStage Enumeration

The associated action of a ProgressChanged event

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ProgressStage
Members
Member nameValueDescription
Started0 Progress bar has started
RangeChanged1 Progress bar has set new range
PositionChanged2 Progress bar has set new position
CaptionChanged3 Progress bar has set new Text
Unchanged4 Progress bar has not changed position
Finished5 Progress bar is finished
See Also