I have a windows phone 8.1 app that has several background tasks. They all are called by 15-minute time triggers. So how can I assure that they are executed one after the other?
For example first the background task is called that updates some date, and only after that the background task is called that updates a live tile?