IVsTaskProgress.Status 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 the status of the task. If this is null, the status of the task is unknown. If no task is registered with this object, Status will be set automatically based on the value of PercentComplete.
public:
property Nullable<System::Threading::Tasks::TaskStatus> Status { Nullable<System::Threading::Tasks::TaskStatus> get(); };
public System.Threading.Tasks.TaskStatus? Status { get; }
member this.Status : Nullable<System.Threading.Tasks.TaskStatus>
Public ReadOnly Property Status As Nullable(Of TaskStatus)