Task.IsCompleted Property
Gets whether this Task has completed.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
IsCompleted will return true when the Task is in one of the three final states: RanToCompletion, Faulted, or Canceled.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.