Click or drag to resize
IMyParallelTaskStart Method (IWork, Action)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Start(ParallelTasks.IWork,System.Action)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Task Start(
	IWork work,
	Action completionCallback
)

Parameters

work
Type: ParallelTasksIWork

[Missing <param name="work"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Start(ParallelTasks.IWork,System.Action)"]

completionCallback
Type: SystemAction

[Missing <param name="completionCallback"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Start(ParallelTasks.IWork,System.Action)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.Start(ParallelTasks.IWork,System.Action)"]

See Also