Click or drag to resize

aceLogwait Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Waits the specified n of seconds. If thick meessage undefined it writes: 1... 2... 3... and so on.

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static void wait(
	int seconds = 5,
	string thickMessage = ""
)
Request Example View Source

Parameters

seconds (Optional)
Type: SystemInt32
The seconds.
thickMessage (Optional)
Type: SystemString
The thick message.
See Also