sktanmoy Active Member Licensed User Longtime User Feb 8, 2013 #1 I'm creating an application which has a service. I want to display service status on main activity. So how can I check if a service is running or not?
I'm creating an application which has a service. I want to display service status on main activity. So how can I check if a service is running or not?
Erel B4X founder Staff member Licensed User Longtime User Feb 8, 2013 #2 With IsPaused keyword. Upvote 0
sktanmoy Active Member Licensed User Longtime User Feb 8, 2013 #3 How to use it? Erel said: With IsPaused keyword. Click to expand... How to use it? ServiceName.IsPaused as boolean value ? Upvote 0
How to use it? Erel said: With IsPaused keyword. Click to expand... How to use it? ServiceName.IsPaused as boolean value ?
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2013 #4 See the documentation: Basic4android Search: ispaused Upvote 0