Share via


ProgressState Enum

Definition

Represent the state of the reported progress.

public enum ProgressState
type ProgressState = 
Public Enum ProgressState
Inheritance
ProgressState

Fields

End 1

The progress is ended. The reported value in the Progress structure will have the final max processed number.

Increment 2

The progress is incremented. The reported value in increment value in the progress.

Start 0

The progress is started. The reported value in the Progress structure will have the max number progressing toward.

Applies to