Click or drag to resize
DigitalRuneTaskIsComplete Property
Gets a value indicating whether the task has completed.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool IsComplete { get; }

Property Value

Type: Boolean
if the task has completed; otherwise, .
See Also