C# Class SonarLint.VisualStudio.Progress.Observation.ProgressObserver.ExecutionGroup

Represents a logical grouping of IProgressStep items to a group with a single non-hidden item that will be used as the visual representative of this group which means that until all the step in this group haven't finish executing it would seem that the non-hidden step is still executing.
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
ExecutionGroup ( ) : SonarLint.VisualStudio.Progress.MVVM

Method Details

ExecutionGroup() public method

public ExecutionGroup ( ) : SonarLint.VisualStudio.Progress.MVVM
return SonarLint.VisualStudio.Progress.MVVM