WorkOptionsDetachFromParent Property |
[This is preliminary documentation and is subject to change.]
Gets or sets a value indicating if the work will be created detached from its parent.
If false, the parent task will wait for this work to complete before itself completing.
Namespace: ParallelTasksAssembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax public bool DetachFromParent { get; set; }
Property Value
Type:
Boolean[Missing <value> documentation for "P:ParallelTasks.WorkOptions.DetachFromParent"]
See Also