vbmundo Well-Known Member Licensed User Oct 6, 2016 #1 Hi, How can I know the ScheduledService list ? I do some StartServiceAt and I'm debuging my App and need to know how are set this calls. My App do a CancelScheduledService and StartServiceAt a lot... Thanks
Hi, How can I know the ScheduledService list ? I do some StartServiceAt and I'm debuging my App and need to know how are set this calls. My App do a CancelScheduledService and StartServiceAt a lot... Thanks
DonManfred Expert Licensed User Longtime User Oct 6, 2016 #2 There is no such list. You need to build it yourself. Upvote 0