Skip to content

ReplProgressState

Describes the semantic state of a progress update.

public enum ReplProgressState

Clears any currently displayed progress indicator.

Clear = 4

ReplProgressState

Progress update in an error state.

Error = 2

ReplProgressState

Operation is active but no percentage is currently known.

Indeterminate = 3

ReplProgressState

Normal in-flight progress.

Normal = 0

ReplProgressState

Progress update in a warning state.

Warning = 1

ReplProgressState