JoinableTask::IsCompleted Property

 

Determines whether the asynchronous operation represented by this instance 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 operation has completed otherwise false.

Return to top
Show: