| TaskIsComplete Property |
Gets a value indicating whether the task has completed.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool IsComplete { get; }
Public ReadOnly Property IsComplete As Boolean
Get
public:
property bool IsComplete {
bool get ();
}
member IsComplete : bool with get
Property Value
Type:
Boolean if the task has completed; otherwise,
.
See Also