Android Question Testing if an activity module is paused from a service module

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

I would like to know if it's possible to test if an activity module is in the paused state from within a service module?

Something like this?

B4X:
If main.IsActive then
   'some code goes here
end if

Thanks.
 
Top