Click or drag to resize

CoroutineSleep Method (TimeSpan)

Namespace:  Buddy.Coroutines
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task Sleep(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan

Return Value

Type: Task
See Also