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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Consider two windows of one application. Both have the Application object and registered onpause() handlers.
When a pause event is triggered, which handler will process first?
And if one handler calls exit(), then will the other handler be called before application quit?
This issue may also exist when a management app has got the app's Application object.