IMyParallelTask Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyParallelTask"]
Namespace: VRage.Game.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntaxpublic interface IMyParallelTask
The IMyParallelTask type exposes the following members.
Methods
| Name | Description |
---|
 | Do(Action) | |
 | Do(IWork) | |
 | Do(Action, Action) | |
 | Do(IWork, IWork) | |
 | For(Int32, Int32, ActionInt32) | |
 | For(Int32, Int32, ActionInt32, Int32) | |
 | ForEachT | |
 | Start(Action) | |
 | Start(IWork) | |
 | Start(Action, WorkOptions) | |
 | Start(Action, Action) | |
 | Start(IWork, Action) | |
 | Start(Action, WorkOptions, Action) | |
 | StartBackground(Action) | |
 | StartBackground(IWork) | |
 | StartBackground(Action, Action) | |
 | StartBackground(IWork, Action) | |
Top
See Also