Click or drag to resize

GodotTaskSchedulerTryExecuteTaskInline Method

[Missing <summary> documentation for "M:Godot.GodotTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
protected override sealed bool TryExecuteTaskInline(
	Task task,
	bool taskWasPreviouslyQueued
)

Parameters

task
Type: System.Threading.TasksTask

[Missing <param name="task"/> documentation for "M:Godot.GodotTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

taskWasPreviouslyQueued
Type: SystemBoolean

[Missing <param name="taskWasPreviouslyQueued"/> documentation for "M:Godot.GodotTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.GodotTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

See Also