Click or drag to resize
WorkOptionsQueueFIFO Property

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

Gets or sets a value indicating that this work should be queued in a first in first out fashion.

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

Property Value

Type: Boolean

[Missing <value> documentation for "P:ParallelTasks.WorkOptions.QueueFIFO"]

See Also