Click or drag to resize

MutexTryLock Method

Tries locking this Mutex, but does not block. Returns on success, otherwise.

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

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Mutex.TryLock"]

See Also