Click or drag to resize

APIWait Method

Bot run waits for specified number of milliseconds.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public void Wait(
	int MillisecondsToWait
)

Parameters

MillisecondsToWait
Type: SystemInt32

[Missing <param name="MillisecondsToWait"/> documentation for "M:AppRobotic.API.Wait(System.Int32)"]

See Also