|
Space Engineers
|
Public Member Functions | |
| ActionWork (Action< WorkData > action) | |
| ActionWork (Action< WorkData > action, WorkOptions options) | |
| void | DoWork (WorkData workData=null) |
| Executes the work. More... | |
Public Attributes | |
| readonly Action< WorkData > | _Action |
Properties | |
| WorkOptions | Options [get] |
Properties inherited from ParallelTasks.IWork | |
| WorkOptions | Options [get] |
| Gets options specifying how this work may be executed. More... | |
Definition at line 8 of file ActionWork.cs.
|
inline |
Definition at line 13 of file ActionWork.cs.
|
inline |
Definition at line 18 of file ActionWork.cs.
|
inline |
| readonly Action<WorkData> ParallelTasks.ActionWork._Action |
Definition at line 11 of file ActionWork.cs.
|
get |
Definition at line 30 of file ActionWork.cs.
1.8.8