Click or drag to resize

APIWaitForInputIdle Method

Waits until the associated process enters an idle state, or the specified timeout milliseconds time is reached.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public bool WaitForInputIdle(
	AutomationElement UIItemVariable,
	int TimeoutTimeInMilliseconds
)

Parameters

UIItemVariable
Type: System.Windows.AutomationAutomationElement

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.WaitForInputIdle(System.Windows.Automation.AutomationElement,System.Int32)"]

TimeoutTimeInMilliseconds
Type: SystemInt32

[Missing <param name="TimeoutTimeInMilliseconds"/> documentation for "M:AppRobotic.API.WaitForInputIdle(System.Windows.Automation.AutomationElement,System.Int32)"]

Return Value

Type: Boolean
Returns boolean value either TRUE if window entered idle state, or FALSE if timeout was reached first.
See Also