Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 695 Bytes

iwindowprovider_waitforinputidle_389032772.md

File metadata and controls

26 lines (18 loc) · 695 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Provider.IWindowProvider.WaitForInputIdle(System.Int32)
winrt method

Microsoft.UI.Xaml.Automation.Provider.IWindowProvider.WaitForInputIdle

-description

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

-parameters

-param milliseconds

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

-returns

true if the window has entered the idle state; false if the timeout occurred.

-remarks

-examples

-see-also