Click or drag to resize
WorkOptions Structure

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

A struct containing options about how an IWork instance can be executed.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public struct WorkOptions

The WorkOptions type exposes the following members.

Properties
  NameDescription
Public propertyDetachFromParent
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.
Public propertyMaximumThreads
Gets or sets the maximum number of threads which can concurrently execute this work.
Public propertyQueueFIFO
Gets or sets a value indicating that this work should be queued in a first in first out fashion.
Top
See Also