Template10 icon indicating copy to clipboard operation
Template10 copied to clipboard

Discussion: How to handle Background Tasks.

Open JerryNixon opened this issue 5 years ago • 1 comments

Right now we do both. If you invoke a background task Application's EnteringBackground event is raised and OnStart is called. Is that confusing? Is that okay? Not sure. Would like your opinions.

JerryNixon avatar Nov 20 '19 23:11 JerryNixon

To me the OnStart part is confusing, shouldn't EnteringBackground be the only event to call, to have these kinds of events in one entry point only.

A silly question: For what else is OnStart being used, the name can imply many things that start and that becomes confusing.

panoukos41 avatar Dec 18 '19 23:12 panoukos41