Space Engineers
|
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... | |
A struct containing options about how an IWork instance can be executed.
Definition at line 11 of file WorkOptions.cs.
|
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.
|
getset |
Gets or sets the maximum number of threads which can concurrently execute this work.
Definition at line 22 of file WorkOptions.cs.
|
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.