WaitForReady attribute issue

Hi. I want to ask a question. What is the WaitForReady attribute exactly ?
What happens if I do WaitForReady.COMPLETE ?
What happens if I do WaitForReady.INTERACTIVE ?
What happens if I do WaitForReady.NONE ?

WaitForReady – wait for the target to become ready, before performing the activity. There are three available options:

  • None – does not wait for the target to be ready.
  • Interactive – waits until only a part of the app is loaded.
  • Complete – waits for the entire app to be loaded.
2 Likes

so setting it as WaitForReady.COMPLETE in every project is a very healthy thing right ?

1 Like

yeah it depands!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.