This is non-zero when the application's NativeActivity is being

destroyed and waiting for the app thread to complete.

Property definitions

android $ NativeAppGlue :: destroy_requested
	# This is non-zero when the application's NativeActivity is being
	# destroyed and waiting for the app thread to complete.
	fun destroy_requested: Bool `{ return self->destroyRequested; `}
lib/android/native_app_glue.nit:375,2--377,65