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

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

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

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

Parameters

action
Type: SystemAction

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

options
Type: ParallelTasksWorkOptions

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

completionCallback
Type: SystemAction

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

Return Value

Type: Task

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

See Also