How to check if service is scheduled to run when is paused?
For Example if i run the code below the service will start even is scheduled to run another time. i want to prevent that
For Example if i run the code below the service will start even is scheduled to run another time. i want to prevent that
B4X:
If IsPaused(SomeService) Then 'append sth like... And IsNotScheduledToRun(SomeService)
StartService(SomeService)
End If
Last edited: