Space Engineers
Properties | List of all members
ParallelTasks.WorkOptions Struct Reference

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

Properties

bool DetachFromParent [get, set]
 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. More...
 
int MaximumThreads [get, set]
 Gets or sets the maximum number of threads which can concurrently execute this work. More...
 
bool QueueFIFO [get, set]
 Gets or sets a value indicating that this work should be queued in a first in first out fashion. More...
 

Detailed Description

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

Definition at line 11 of file WorkOptions.cs.

Property Documentation

bool ParallelTasks.WorkOptions.DetachFromParent
getset

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.

Definition at line 17 of file WorkOptions.cs.

int ParallelTasks.WorkOptions.MaximumThreads
getset

Gets or sets the maximum number of threads which can concurrently execute this work.

Definition at line 22 of file WorkOptions.cs.

bool ParallelTasks.WorkOptions.QueueFIFO
getset

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

Definition at line 27 of file WorkOptions.cs.


The documentation for this struct was generated from the following file: