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
I am writing an app where I need to find out whether the database is running or not. If the database is running, I will proceed. Otherwise, I need to quit.
I used recursion but its not working. And is there any other way than recursion?