Click or drag to resize

Wait Constructor (Int32, CanRunDecoratorDelegate, Composite)

Namespace:  TreeSharp
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Wait(
	int timeoutSeconds,
	CanRunDecoratorDelegate runFunc,
	Composite child
)

Parameters

timeoutSeconds
Type: System.Int32
runFunc
Type: TreeSharp.CanRunDecoratorDelegate
child
Type: TreeSharp.Composite
See Also