WindowProviderWrapperWaitForInputIdle - метод
Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public bool WaitForInputIdle(
int milliseconds
)
Public Function WaitForInputIdle (
milliseconds As Integer
) As Boolean
public:
virtual bool WaitForInputIdle(
int milliseconds
) sealed
abstract WaitForInputIdle :
milliseconds : int -> bool
override WaitForInputIdle :
milliseconds : int -> bool
- 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) ArgumentOutOfRangeException | When the parameter passed in is not a valid number. |