Click or drag to resize
IMyParallelTaskStartBackground Method (Action)

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Task StartBackground(
	Action action
)

Parameters

action
Type: SystemAction

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

Return Value

Type: Task

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

See Also