Click or drag to resize

ThreadIsActive Method

Returns true if this Thread is currently active. An active Thread cannot start work on a new method but can be joined with WaitToFinish.

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

Return Value

Type: Boolean

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

See Also