A struct which represents a single execution of an IWork instance.
More...
|
bool | IsComplete [get] |
| Gets a value which indicates if this task has completed. More...
|
|
Exception[] | Exceptions [get] |
| Gets an array containing any exceptions thrown by this task. More...
|
|
A struct which represents a single execution of an IWork instance.
Definition at line 12 of file Task.cs.
void ParallelTasks.Task.Wait |
( |
| ) |
|
|
inline |
Waits for the task to complete.
Definition at line 54 of file Task.cs.
bool ParallelTasks.Task.valid |
Exception [] ParallelTasks.Task.Exceptions |
|
get |
Gets an array containing any exceptions thrown by this task.
Definition at line 30 of file Task.cs.
bool ParallelTasks.Task.IsComplete |
|
get |
Gets a value which indicates if this task has completed.
Definition at line 22 of file Task.cs.
The documentation for this struct was generated from the following file:
- Sources/VRage.Library/ParallelTasks/Task.cs