Ideas
- WaitUntil function which accepts a boolean (true or false) value as the parameter and causes the app to wait until that boolean value is true
- Example - Waiting until a patch is complete to navigate to a different screen
- Sleep function which takes a time in milliseconds as the parameter and causes the app to sleep for that specified time
These two functions would be very helpful in a variety of situations and I believe they would positively impact the flow of my applications.