IVsOperationProgressStageStatusForSolutionLoad.IsInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether if the stage is in progres or not.
public:
property bool IsInProgress { bool get(); };
public bool IsInProgress { get; }
member this.IsInProgress : bool
Public ReadOnly Property IsInProgress As Boolean