WindowProviderWrapperWaitForInputIdle - метод

Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public bool WaitForInputIdle(
	int milliseconds
)

Параметры

milliseconds  Int32
The amount of time, in milliseconds, to wait for the associated process to become idle. The maximum is Int32.MaxValue.

Возвращаемое значение

Boolean
if the window has entered the idle state; if the timeout occurred.

Реализации

IWindowProviderWaitForInputIdle(Int32)

Исключения

ArgumentOutOfRangeExceptionWhen the parameter passed in is not a valid number.

См. также