Task.IsCompleted Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets whether this Task has completed.
Assembly: mscorlib (in mscorlib.dll)
IsCompleted will return true when the Task is in one of the three final states: RanToCompletion, Faulted, or Canceled.
Show: