You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the wait meaning is it does poll every 1 second the expression value. As soon as it becomes $true it stops polling. If any $error happens it stops polling and returns $error. If the expression does not become $true in a minute, it stops polling and returns a Timeout error.
|wait|$x -eq $true|
The text was updated successfully, but these errors were encountered: