C# Class SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs

Event arguments for a single IProgressStep being executed by the IProgressController IProgressEvents
Inheritance: ProgressEventArgs
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
IsProgressIndeterminate ( ) : bool

Returns whether Progress is indeterminate

StepExecutionChangedEventArgs ( IProgressStep step ) : System

Method Details

IsProgressIndeterminate() public method

Returns whether Progress is indeterminate
public IsProgressIndeterminate ( ) : bool
return bool

StepExecutionChangedEventArgs() public method

public StepExecutionChangedEventArgs ( IProgressStep step ) : System
step IProgressStep
return System