Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
ParallelTasks.Task Struct Reference

A struct which represents a single execution of an IWork instance. More...

Public Member Functions

void Wait ()
 Waits for the task to complete. More...
 

Public Attributes

bool valid
 

Properties

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...
 

Detailed Description

A struct which represents a single execution of an IWork instance.

Definition at line 12 of file Task.cs.

Member Function Documentation

void ParallelTasks.Task.Wait ( )
inline

Waits for the task to complete.

Definition at line 54 of file Task.cs.

Member Data Documentation

bool ParallelTasks.Task.valid

Definition at line 14 of file Task.cs.

Property Documentation

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: