IVsTaskProgressCollection.CurrentTask 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 the currently executing task for the collection. This is the first item in the Tasks collection whose status is not one of RanToCompletion, Faulted, or Canceled.
public:
property Microsoft::VisualStudio::TaskStatusCenter::IVsTaskProgress ^ CurrentTask { Microsoft::VisualStudio::TaskStatusCenter::IVsTaskProgress ^ get(); };
public Microsoft.VisualStudio.TaskStatusCenter.IVsTaskProgress? CurrentTask { get; }
member this.CurrentTask : Microsoft.VisualStudio.TaskStatusCenter.IVsTaskProgress
Public ReadOnly Property CurrentTask As IVsTaskProgress