Method WaitUntilIdleAsync
WaitUntilIdleAsync()
Waits until the navigator and all dialogs are idle: no busy tasks, no fire-and-forget work and no pending continuations. Use this after invoking commands that start work without returning a task before asserting on the outcome.
Declaration
public Task WaitUntilIdleAsync()
Returns
| Type | Description |
|---|---|
| Task |