Click or drag to resize
TaskIsComplete Property

[This is preliminary documentation and is subject to change.]

Gets a value which indicates if this task has completed.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public bool IsComplete { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:ParallelTasks.Task.IsComplete"]

See Also