TplExtensions::NoThrowTaskAwaiter::IsCompleted Property

 

Determines whether the task has completed.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
property bool IsCompleted {
	bool get();
}

Property Value

Type: System::Boolean

true if the task has completed, otherwise false.

Return to top
Show: