Click or drag to resize

ThreadWaitToFinish Method

Joins the Thread and waits for it to finish. Returns what the method called returned.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object WaitToFinish()

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Thread.WaitToFinish"]

See Also