Provides information of the current progress status of the step item.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum StepProgressStatus
Fields
The job has been completed.
C#
Completed = 2
Work has been started, there is some progress.
C#
InProgress = 1
Work has not started, there is no progress.
C#
NotStarted = 0