Click or drag to resize

CoroutineExternalTask Method (Task, TimeSpan)

Namespace:  Buddy.Coroutines
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<bool> ExternalTask(
	Task externalTask,
	TimeSpan timeout
)

Parameters

externalTask
Type: System.Threading.TasksTask
timeout
Type: SystemTimeSpan

Return Value

Type: TaskBoolean
See Also